0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ESXiからLinuxサーバ(CentOS)へパスワードなしでSSHログインする方法

Last updated at Posted at 2021-08-19

目的

ESXiからLinuxサーバ(CentOS)に対して、パスワードなしでSSHでログインする。

背景

ESXi配下の仮想マシンを別サーバにバックアップするとき等でスクリプトで動かしたいときに必要。パスワードありだと不便。

事前準備

事前に、ESXiの管理設定で、SSHとSSH Clientを有効にする。

手順

①ESXi上で公開鍵暗号を作成する。

鍵の保存先を聞かれるのでデフォルトで、パスフレーズは入れない下記配下に2つのファイルが生成される。

/,ssh/id_rsa.pub

②下記ファイルをSSHでログインする先のサーバの~/.ssh/配下にコピーする。先のサーバで~/配下に.sshディレクトリがない場合は新規作成。

/,ssh/id_rsa.pub

③ESXiからSSHでログインする先のサーバの~/.ssh/id_rsa.pubの名称を「authorized_keys」に変更する。これでESXiからSSHが可能になる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?