메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Ssh scp: 편집 역사

데브카페

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2024년 10월 15일 (화)

  • 최신이전 02:142024년 10월 15일 (화) 02:14Devcafe 토론 기여 2,685 바이트 +2,685 새 문서: == 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...