config

.ssh/configにSSH接続に用いる設定を記載可能.

Host foo
HostName xxx.xx.xxx.xxx
User bar
Port 22
IdentityFile path/to/id_key
ServerAliveInterval 60