タグ

sshに関するweather_okinawaのブックマーク (3)

  • SSH力をつけよう

    5. RFC RFC 4250 The Secure Shell (SSH) Protocol Assigned Numbers RFC 4251 The Secure Shell (SSH) Protocol Architecture RFC 4252 The Secure Shell (SSH) Authentication Protocol RFC 4253 The Secure Shell (SSH) Transport Layer Protocol RFC 4254 The Secure Shell (SSH) Connection Protocol RFC 4255 Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints RFC 4256 Generic Message Exchange Authent

    SSH力をつけよう
  • Forums

    You have been redirected here because the page you are trying to access has been archived. AWS re:Post is a cloud knowledge service launched at re:Invent 2021. We've migrated selected questions and answers from Forums to AWS re:Post. The thread you are trying to access has outdated guidance, hence we have archived it. If you would like up-to-date guidance, then share your question via AWS re:Post.

    Forums
  • 複数サーバー間でSSH鍵を交換する

    SSH鍵認証の概要 それでは連携するサーバー間で実際にSSH鍵を交換してみましょう。 今回、他のサーバーにログインしようとするサーバーを「host1」、ログインされるサーバーを「host2」、対象ユーザーを「user」とします。 また各サーバーにて/etc/hostsファイルがそれぞれ以下の要領で記載されていると仮定します。 10.0.0.101 host1 10.0.0.102 host2 それからhost2で以下についても実行しておいてください。 $ mkdir -m 700 /home/user/.ssh host1側の作業 まずは秘密鍵と公開鍵を生成します。 $ su - user $ ssh-keygen -t rsa (以下設問には取りあえず全てEnterしてください) すると、秘密鍵(id_rsa)と公開鍵(id.rsa.pub)が生成されるので、「host2」に公開鍵(id

  • 1