Skip to content

timsengit/ShellSshJumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A file-based jumpserver ssh login tool written with a shell,it is small compare with other professional jumpserver such as jumperserver etc.
It can be used in a general small scenario, suitable for situations where you don't want to install a jumpserver but there are multiple hosts to manage

🇨🇳 中文版介绍


Features

  • Host management: add, delete, update , list and jump
  • Sort by number of connections
  • Full shell, simplified implementation and dependencies
  • simple passwd encryption: Base64 code with passwdsalt head

Install and useage

git clone https://github.com/timsengit/ShellSshJumper.git

cd ShellSshJumper

bash jump.sh

Tips: Please install expect

ScreenShot(if pic not show please go to gitee)

recodeScreen

alt text

addHost

addHost

listHost

listHost

jumpHost

jumpHost

Instruction

  • Linux ssh Login tool
  • Support for both secret and key formats
  • Both the username and password are saved files (one file per host)
  • To use the key, save the key and set the password to the key path. Pay attention to the key permissions

versions

1.1.1

re all shell ,be simple

1.1

Database encryption

1.0

sqlite curd jump

About

一个使用shell实现的SSH主机跳转工具跳板机,不想搭jumpserver的可以替代下

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages