SSH 간편하게 사용하기 (리눅스) ( ssh keygen ) 나만의 패스워드로 접속 가능하게 하거나, 패스워드 없이 접속하거나. ssh-keygen -t rsa ssh-copy-id userid@remote_host ssh userid@remote_host 1. SSH 키 생성 (로컬에서 ) ssh-keygen -t rsa 그리고 엔터세번(패스워드를 입력하면 ssh 접속시 패스워드 물어봄) $ ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/hs/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: ... The key's randomart image is: +---[RSA 2048]----+ | ... | | . . | | . . | | ..o. | | ooS . | | .*.+ o .. | | o.=oo=+=+ | |...
글
라벨이 ssh인 게시물 표시