目次

SSH

概要

使い方

$ ssh [オプション] ユーザ名@ホスト名

設定

ServerAliveInterval 30

Host sample1
	HostName xxx.xxx.xxx.xxx
	User hoge
	IdentityFile ~/.ssh/sample_id_rsa
	Port 10123

Host sample2
	HostName yyy.yyy.yyy.yyy
	IdentitiesOnly yes

設定

切断されて操作できない場合のTips

最終的に接続するが接続に時間がかかる場合の Tips