gce에서 gce로 암호없이 ssh로 연결합니다. 평소 우분투에서.

3222 단어 gce우분투12.04

GCE의 VM에서와 같이 GCE에 패스워드 없이 SSH로 접속한다.


  • 타이틀에 우분투라고 쓰여진 대로 VM은 우분투12.04이지만, 리눅스라면 분명 다른 사람도 함께
    +

  • 환경 준비


  • 이번에는 모두 우분투 12.04입니다
  • 로컬도ubuntu(14.04)입니다.

  • 1. 로컬에서 gcloud compute로 소스 VM에 연결합니다.
    구그하면 곧 나옵니다.

    2. 연결 소스 VM에서 rsa의 키 생성
    junk@main:~/.ssh$ ssh-keygen 
    
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/junk/.ssh/id_rsa): 
    Enter passphrase (empty for no passphrase): 
    Enter same passphrase again: 
    Your identification has been saved in /home/junk/.ssh/id_rsa.
    Your public key has been saved in /home/junk/.ssh/id_rsa.pub.
    The key fingerprint is:
    5d:91:44:65:2c:d3:9c:d6:ff:3f:c6:ec:4e:5f:70:12 junk@main
    The key's randomart image is:
    +--[ RSA 2048]----+
    |         =+*o    |
    |        . Boo    |
    |         o ...E  |
    |         . .  .. |
    |        S .   o..|
    |               +.|
    |               .o|
    |              oo+|
    |              +=+|
    +-----------------+
    

    ※상기는 키의 일부를 개변하고 있습니다. 미리 용서해 주십시오.

    3. 생성 된 키 (공개 키) 복사
    $ view /home/junk/.ssh/id_rsa.pub

    키 파일의 내용은 다음과 같습니다.
    ※내용은 개변하고 있습니다.
    ssh-rsa AAAAB3NzaC1yc2EBBBBBBAQABAAABAQDRsFM0Xbae/HOeDUAgshIkiIWVeN9AHpB6QXrdrdaChrvHKcy6swrqyvMYDwEFoRgLsE1IGGQoC+BOygNWZyrAmBz8lpjKsG0oWI0byDmf5qWdEyuNOQ3j2fccC3pJ3gNoyQUwDhFkf6I2j/7R0jlvhKPENguUHcSBYfBCtsgt1ePgBfrYFGtSZCM8TGKNM+FSP+dmLwW3I7u/umzT7o3oRBMzaGxMsaOHaFFFzC1vZNddCpsIF3Q8S+U2KlzWeJupoeDA6VqxyLKqQnms8TaBlmc25AaA69ZAbWQgSoFBNPgnukwjTqZzyfFCHBSNw7PT4gGVCzW+tyj0iXdU7JnO1 junk@main
    

    이것을 전체 복사합니다.

    4. 브라우저의 Compute Engine에서 VM 인스턴스를 선택하고 연결 대상 VM의 이름 링크를 클릭하고 상세 화면으로 이동하여 하단 SSH 키의 편집 버튼을 누릅니다.



    5. 키 데이터 전체를 입력과 나오고 있는 곳에 방금 복사한 키 파일의 내용을 페이스트 한다.



    6. [저장] 버튼을 누릅니다.

    동작 확인



    접속원으로부터 접속처에 ssh로 접속해 본다.
    junk@main:~/.ssh$ ssh junk@worker1
    
    Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.13.0-55-generic x86_64)
    
     * Documentation:  https://help.ubuntu.com/
    
      System information as of Fri Jul 17 17:34:13 UTC 2015
    
      System load:  0.0               Processes:           85
      Usage of /:   0.9% of 98.40GB   Users logged in:     1
      Memory usage: 2%                IP address for eth0: 10.240.213.61
      Swap usage:   0%
    
      Graph this data and manage this system at:
        https://landscape.canonical.com/
    
      Get cloud support with Ubuntu Advantage Cloud Guest:
        http://www.ubuntu.com/business/services/cloud
    
    0 packages can be updated.
    0 updates are security updates.
    
    New release '14.04.2 LTS' available.
    Run 'do-release-upgrade' to upgrade to it.
    
    
    Your Hardware Enablement Stack (HWE) is supported until April 2017.
    
    Last login: Fri Jul 17 17:15:41 2015 from 10.240.67.98
    junk@worker1:~$ 
    

    문제없이 패스없이 ssh 할 수있었습니다!

    좋은 웹페이지 즐겨찾기