good-arrow’s blog

https://good-arrow.net/

scp でパスワードを記憶させる

特に接続先サーバーに設定は不要。
接続先IP=192.168.1.1
ログインアカウント=user

RSAキー生成

ssh-keygen -t rsa



認証情報を記憶させる

ssh-copy-id -i ~/.ssh/id_rsa.pub user@192.168.1.1