Skip to content

meanii/touka.ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touka.ssh

touka.ssh is an ssh manager that allows you to manage all of your VPSs without keeping your password.

Installing

pip3 install -U touka.ssh

help

touka --help

Usage: touka.ssh [OPTIONS] COMMAND [ARGS]...

  Awesome ssh manager, especially made for anii ☂️

Options:
  -v, --version  Show the application's version and exit.
  --help                          Show this message and exit.

Commands:
  add      Add a new ssh connection with a description.
  connect  connect to server via name
  init     assign pub key to your IP machine
  list     list of all saved servers.
  purge    purge your stored servers.

Init

assign pub key to your IP machine

touka init

add

Add a new ssh connection with a description.

touka add -a 192.168.0.9 -n meanii-ubuntu -d "meanii modlette's server digitalocean"

list

list of all saved servers.

Servers you have saved:

+----+---------------------+----------------+------+---------------------------------------------------+--------+
| ID |         Name        |    Address     | Port |                    Description                    | Status |
+----+---------------------+----------------+------+---------------------------------------------------+--------+
| 1  |   kube-anii-master  | 218.45.380.202 |  22  |     kube-anii-master  server of kubernaties       |   ✅   |
| 2  | kube-anii-worker-02 | 308.50.380.204 |  22  |   kube-anii-worker-02  server of kubernaties      |   ✅   |
| 3  | kube-anii-worker-01 | 308.50.254.203 |  22  |   kube-anii-worker-01  server of kubernaties      |   ✅   |
| 4  |     jenkins         | 308.50.253.209 |  22  |      jenkins server - jenkins.meanii.dev          |   ✅   |
+----+---------------------+----------------+------+---------------------------------------------------+--------+

connect

connect to server via name

touka connect -n meanii-ubuntu

Copyright & License

About

touka.ssh is an ssh manager that allows you to manage all of your VPSs without keeping your password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages