Last active
April 28, 2016 01:30
-
-
Save edvakf/6db1cacd9a772a22a1f2bc8794fcca90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host handson | |
User admin | |
Port 22 | |
IdentityFile インスタンスを作るときにダウンロードしたpemファイル | |
HostName パブリックIPアドレス | |
ServerAliveInterval 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~/.ssh/config に↑を書くと良い。
ServerAliveInterval 300 はSSHが切れるのを防ぐ設定