sshについてのメモ
github アカウントを取ってからのメモ « ゆっくり…して…イってネ!を見てこういうのを学んだ。
/.ssh/configに
IdentityFile ~/.ssh/identity IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_dsa IdentityFile ~/.ssh/%r@%h
と書けばいいとのこと。manによると%rはリモートユーザー名で、%hはリモートホスト名。
github アカウントを取ってからのメモ « ゆっくり…して…イってネ!を見てこういうのを学んだ。
/.ssh/configに
IdentityFile ~/.ssh/identity IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_dsa IdentityFile ~/.ssh/%r@%h
と書けばいいとのこと。manによると%rはリモートユーザー名で、%hはリモートホスト名。