Google Cloud 터미널 연결

1293 단어 공구.

하나.VM 인스턴스 이름 보기
test@cloudshell:~ (test-206504)$ whoami
test

 
둘.로컬 생성 키 쌍
[sun@localhost]$cd ~/.ssh
[sun@localhost]$ssh-keygen -f cloudkey		#    

  
공개 키 사용자 이름 수정
cat cloudkey.pub 
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAxxxGVBvsDfN9gyQDFXJtZjSaH3afh0YDn9v5k30xBH7meH6l+SbEZ3NHZpQ== sun@localhost
sun@localhost... 로 바꾸다sun@test
 
셋.공개 키 가져오기
Google Cloud Platform --> Compute Engine --> 메타데이터 --> SSH 키 -->cloudkey 추가.pub 내용
 
넷.로컬 로그인
cd ~/.ssh
ssh -i cloudkey [email protected]
Enter passphrase for key 'cloudkey': 
Linux instance-1 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Jun  8 09:31:01 2018 from 58.240.100.10
sun@instance-1:~$ 

 
오.암호 로그인
클라우드 서버에 로그인
vi/etc/ssh/sshd_config
PasswordAuthentication no     
기본적으로 비밀번호를 끄고 로그인한 것을 발견했습니다
 
참조 링크
 
 
 

좋은 웹페이지 즐겨찾기