Skip to content

Cli tool for fast connection to servers via ssh

Notifications You must be signed in to change notification settings

blockkwork/ssh-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-x

Cli tool for fast connection to servers via ssh

Installation

⚠️ Linux only. Install zig, make, sshpass

git clone https://github.com/blockkwork/ssh-x ; make BUILD # compiles and then copies sx (bin name) to /bin/
Available commands: --add-server (-a), --ssh (-s), --delete (-d)

Examples:
  sx -a server_name root:password@127.0.0.1:22
  sx -s server_name
  sx -d server_name

About

Cli tool for fast connection to servers via ssh

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published