Generating public / private rsa key pair. Enter file in which to save the key(/home/schacon / .ssh / id_rsa): Created directory '/home/schacon/.ssh'. Enter passphrase(empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/schacon / .ssh / id_rsa. Your public key has been saved in /home/schacon / .ssh / id_rsa.pub. The key fingerprint is: d0: 82: 24: 8 e: d7: f1: bb: 9 b: 33: 53: 96: 93: 49: da: 9 b: e3 schacon @mylaptop.local
$ ssh - keygen Generating public / private rsa key pair. Enter file in which to save the key(/home/schacon / .ssh / id_rsa): Created directory '/home/schacon/.ssh'. Enter passphrase(empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/schacon / .ssh / id_rsa. Your public key has been saved in /home/schacon / .ssh / id_rsa.pub. The key fingerprint is: d0: 82: 24: 8 e: d7: f1: bb: 9 b: 33: 53: 96: 93: 49: da: 9 b: e3 schacon @mylaptop.local
评论加载中