Skip to content

h16110s/ssh-hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-host-manager

.ssh/configをパースしてIPを一覧表示してくれるようにする

将来的な機能

  • 一覧表示
  • 追加・削除

install

git clone https://github.com/h16110s/ssh-hosts.git
cd ssh-hosts
sudo make install

command

list

ssh-hosts
|      HOST      |    HOSTNAME     |
|----------------|-----------------|
| *              |                 |
| mac            | 192.168.10.10   |
| raspi          | 192.168.0.20    |
| desktop        | 192.168.0.30    |
| hlab           | 192.168.0.30    |
| github.com     | github.com      |
| github.com.sub | github.com      |
| dns            | 192.168.12.10   |
| mg01           | 192.168.12.11   |
| host01         | 192.168.12.12   |
| host02         | 192.168.12.13   |
| memo-server    | 192.168.11.19   |
| gcp            | 192.168.100.100 |
| gcp2           | 192.168.100.101 |

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published