A script made for managing my SSH hosts and keys
Find a file
2025-03-07 04:12:04 -06:00
.gitignore converted into multifile for ease 2025-03-07 04:08:40 -06:00
__init__.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
__main__.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
add_host.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
cli.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
config.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
edit_host.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
list_hosts.py converted into multifile for ease 2025-03-07 04:08:40 -06:00
migration.py first commit 2025-03-07 03:57:33 -06:00
README.md added example table to readme 2025-03-07 04:12:04 -06:00
utils.py converted into multifile for ease 2025-03-07 04:08:40 -06:00

SSH Hosts Configuration (Example)

This table provides an example of SSH host configurations.

No. Host User Port HostName IP Address IdentityFile
1 server1 user1 22 host1.example.com 192.168.1.10 N/A
2 server2 user1 22 host2.example.com 203.0.113.10 N/A
3 server3 user1 22 host3.example.com 10.0.0.5 ~/.ssh/conf/server3/id_ed25519
4 server4 user1 22 host4.example.com 10.0.0.6 ~/.ssh/conf/server4/id_ed25519