
SSH Key를 생성하는 방법과 설정하는 내용입니다. 환경 Ubuntu OS 20.04 1. SSH Key 생성 $ cd ~/.ssh $ pwd /home/deploy/.ssh $ ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/deploy/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/deploy/.ssh/id_rsa. Your public key has been saved in /hom..
Server
2021. 8. 19. 09:30
공지사항