다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 10월 15일 (화) 02:14 Devcafe 토론 기여님이 Ssh scp 문서를 만들었습니다 (새 문서: == ssh == === ssh 암호없이 접속 === 1. 로컬PC 에서 pub키 생성 (엔터치면 기본값으로) <source lang=shell> $ ssh-keygen </source> <source lang=shell> Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: 6e:f2...)