Skip to content
/ sshko Public

Your are lazy and can not remember ssh connection? Then this is for you! This is a ssh connection saver. It can be easy modified.

License

Notifications You must be signed in to change notification settings

stdakov/sshko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sshko

Are you lazy and can not remember the ssh connection? Then this is for you! This is an SSH connection manager. It can be easily modified.

Usage

  • copy sshko.sh and put it where you want (I put it in the user home dir ~/)
  • Make an alias
alias sshko="~/sshko.sh $@"
  • Try it:
sshko

it should output a message

ssh log file is empty 

try to use it with an ssh connection (same as ssh command)

sshko user@192.168.1.101

it will save the connection and execute SSH and then ask you for the password

if you try it again without argument it will show you a dialog with all ssh connections

sshko

Basically, it saves every connection in the ~/.sshLog.txt file

Now you don't need to remember any SSH connections, just call sshko and it will show you all ssh used connections.

Requirements

  • installed ssh

Happy sshing !!! :)

About

Your are lazy and can not remember ssh connection? Then this is for you! This is a ssh connection saver. It can be easy modified.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages