SSH-key-Manager/README.md

1 KiB
Raw Permalink Blame History

python -m ssh_manager

SSH Conf Subdirectory Host List
+-------+------------+--------+--------+------------+--------------+------------------------+
|   No. | Host       | User   |   Port | HostName   | IP Address   | Conf Directory         |
+=======+============+========+========+============+==============+========================+
|     1 | example_1  | user_1 |     22 | 10.0.0.6   | 10.0.0.6     | ~/.ssh/conf/example_1  |
+-------+------------+--------+--------+------------+--------------+------------------------+
|     3 | example_2  | user_1 |     22 | 10.0.0.6   | 10.0.0.6     | ~/.ssh/conf/example_1  |
+-------+------------+--------+--------+------------+--------------+------------------------+
|     3 | example_3  | user_2 |   2222 | 10.0.0.6   | 10.0.0.6     | ~/.ssh/conf/example_1  |
+-------+------------+--------+--------+------------+--------------+------------------------+

SSH Config Manager Menu
1. List Hosts
2. Add a Host
3. Edit a Host
4. Regenerate Key
5. Remove Host
6. Exit
Select an option (1-6):