gitlab1 git 접속을 위한 ssh key 생성 목차 1. ssh key 만들기 $ ssh-keygen -t rsa -b 2048 -C "busyman@email.com" Generating public/private rsa key pair. Enter file in which to save the key (/home/busyman/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/busyman/.ssh/id_rsa Your public key has been saved in /home/busyman/.ssh/id_rsa.pub The key fingerprint is:.. 2022. 1. 14. 이전 1 다음