Skip to content

lofyer/ssh-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH-TUI or TSHELL:

Show hosts list to be connected like XShell.

安装

INSTALL:

$ sudo apt-get/yum/brew install dialog ssh-copy-id
$ ./install.sh

You may change CONF_DIR to hold everyone's profile.

堡垒机

TO use it as a ssh gateway/proxy:

# useradd sshgw -m
# passwd sshgw
# vi /etc/passwd
    sshgw:x:1001:1001::/home/sshgw:/usr/bin/ssh-tui
# su sshgw

$ git clone https://github.com/lofyer/ssh-tui
$ cd ssh-tui; ./ssh-tui
$ sudo cp ./ssh-tui /usr/bin/

About

SSH proxy/gateway/Xshell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages