Open practice opened 4 years ago
키 생성은 ssh-keygen
ssh-keygen
그다음 public key 복사: ssh-copy-id user@host ssh-copy-id -i identity_file user@host
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.
~/.ssh/authorized_keys
키 생성은
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.