SSH接続を簡単に
以下な感じで簡単にした。
vi ~/.ssh/config
Host test.com
HostName 192.168.0.1
Port 22
User admin
IdentityFile ~/.ssh/xxxxx.key
秘密鍵は共通なんで、HostNameのところだけ変数みたいにできて ssh IP
的な感じでログインできればすごく楽なんだけど。
今は追加がある度に ~/.ssh/config
に追記していくしか無いかな
Author And Source
この問題について(SSH接続を簡単に), 我々は、より多くの情報をここで見つけました https://qiita.com/sakai_ast/items/f2103b09c5160a27ecf2著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .