ssh-keygen 을 통해 비밀번호를 설정 안했거나, 변경하고 싶을 때 설정 방법
(참고 ssh-keygen 설정방법 2022.09.17 - [Server/Mac] - [Mac] SSH keygen)
1) ssh key 가 저장되어있는 경로 이동
$ cd ~/.ssh
2) 설정 및 변경
(설정 및 변경은 password 를 입력하면 되고, 해제 하려면 enter 입력)
$ ssh-keygen -f id_rsa -p
Key has comment '_'
Enter new passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved with the new passphrase.
'Server > Mac' 카테고리의 다른 글
[Mac] 잠금 파일 삭제 (rm results in "operation not permitted") (0) | 2022.10.20 |
---|---|
[Mac] Homebrew install (0) | 2022.09.19 |
[Mac] SSH keygen (0) | 2022.09.17 |