practice / blog

For personal blogging
1 stars 0 forks source link

ssh key #69

Open practice opened 4 years ago

practice commented 4 years ago

키 생성은 ssh-keygen

그다음 public key 복사: ssh-copy-id user@host ssh-copy-id -i identity_file user@host

ssh-copy-id copies the public key to the remote host and appends it to the remote account’s ~/.ssh/authorized_keys file.