/blackbook

A CLI for saving ssh sessions

Primary LanguageGoMIT LicenseMIT

blackbook

A CLI for saving ssh information

To save a new ssh server name and ip: $>blackbook -new server1 Fill in the address and password. All of the server addresses are AES encrpyted.

To delete an address: blackbook -del server1

To get your name and ip: blackbook server1

In The Works: -Running the actual command to connect to ssh -Running ssh commands through blackbook