4.9.4.2. 서버에 공개 키 저장
원격 서버에서 스마트 카드를 사용하여 인증을 활성화하려면 공개 키를 원격 서버로 전송합니다. 검색된 문자열(키)을 복사하여 원격 쉘에 붙여넣거나 다음 예제의 파일(다음 예에서
smartcard.pub
)에 키를 저장하고 ssh-copy-id 명령을 사용하여 키를 저장하여 수행합니다.
~]$
ssh-copy-id -f -i smartcard.pub user@hostname
user@hostname's password:
Number of key(s) added: 1
Now try logging into the machine, with: "ssh user@hostname"
and check to make sure that only the key(s) you wanted were added.
개인 키 파일없이 공개 키를 저장하려면
SSH_COPY_ID_LEGACY=1
환경 변수 또는 -f
옵션을 사용해야 합니다.