Skip to content

duyuanchao/ssh-login-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh login tool

Run

  1. git clone
git clone https://github.com/duyuanchao/ssh-login-tool.git
  1. modified login info in password.lst, all the username and password is saved in plaintext. The format is:
index:IP:port:user:password:description
1:192.168.88.130:22:root:passwd:svr_1
2:192.168.88.130:3000:user:passwd:svr_1-3000
3:192.168.88.4:22:root:passwd:svr_2
  1. add alias to your bashrc(~/.bashrc) or zshrc(~/.zshrc)
alias s='bash /path/to/folder/ssh-login-tool/server_login.sh'
  1. type s in your terminal and login to your server

alt text

Note

This repo is modified from https://github.com/ca0gu0/so

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages