리눅스 Linux Public Key 추가 명령어 정보
OS 리눅스 Linux Public Key 추가 명령어본문
리눅스 Linux Public Key 추가 명령어
다음 명령을 사용하여 공개 키를 복사 할 수 있습니다.
cat ~/.ssh/id_rsa.pub | ssh remote_username@server_ip_address "mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys"
추천
2
2
댓글 5개
이것으로 https 만들수 있는거예요 ?
좀 자세한 설명이 있으면 좋겠습니다.
좀 자세한 설명이 있으면 좋겠습니다.
@시니어월천 ubuntu+nginx+ LetsEncrypt(https)
https://geekconfig.com/tutorial/nginx-reverse-proxy-with-https-via-letsencrypt
https://geekconfig.com/tutorial/nginx-reverse-proxy-with-https-via-letsencrypt
@YoungGary 감사합니다. 시놀로지에서 쉽게 된다고 해서 몇번이고 시도했었는데... 에효.. 오늘 밤 또 한번 고생하겠습니다. 너무 감사합니다.
좋은 정보 감사합니다.