DigitalOcean

yknam·2021년 5월 7일
0

ssh key register
window:

cat ~/.ssh/id_rsa.pub | ssh root@xxx.com "umask 077; test -d ~/.ssh || mkdir ~/.ssh ; cat >> ~/.ssh/authorized_keys"

linux: ssh-copy-id root@xxx.com

profile
50대 개발자 노드, 자바스크립트

0개의 댓글