マシンAからパスワードなしのSSHを使用してログインマシンBへログインする

マシンA上の個人証明書を生成します

ssh-keygen -t rsa

Generating public/private rsa key pair.

Enter file in which to save the key (~/.ssh/id_rsa):

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

Your identification has been saved in ~/.ssh/id_rsa.

Your public key has been saved in ~/.ssh/id_rsa.pub.

The key fingerprint is: …

The key’s randomart image is: …
使い方:
マシンBの〜/.SSH / authorized_keysに内部生成された公開鍵id_rsa.pubファイルの内容がコピーされた、

Source

Posted by arkgame