(Host is not communicating for more than 15 seconds.If the problem repeats, try turning off 'Optimize connection buffer size'.)
Environment
VMware vCenter Server Appliance 6.0.x VMware vCenter Server Appliance 6.7.x VMware vCenter Server 7.0.x VMware vCenter Server Appliance 6.5.x
Resolution
WinSCP を使用してファイルをコピーする場合、操作の一部はターゲットの Linux システム上で発生します。デフォルトのアプライアンス シェルを、WinSCP のリモート パートナーにすることはできません。次のように、アプライアンス上で Bash シェルを有効にする必要があります。
vCenter Server Appliance への SSH 接続を開始します。
プロンプトが表示されたら、root ユーザーのユーザー名とパスワードを指定します。
次のコマンドを実行して、Bash シェルを有効にします。
shell.set --enable True
次のコマンドを実行して、Bash シェルにアクセスします。
shell
Bash シェルで、次のコマンドを実行してデフォルト シェルを Bash に変更します。
chsh -s /bin/bash root
下記のように表示された場合は root パスワードの有効期限が切れていることを示しています: root@myvcsa [ ~ ]# chsh -s /bin/bash root You are required to change your password immediately (root enforced) chsh: PAM: Authentication token is no longer valid; new one required
例: chage -l root You are required to change your password immediately (root enforced) chage: PAM: Authentication token is no longer valid; new one required
passwd コマンドで root パスワードを変更します: passwd root
root アカウントのパスワードが変更されたことを確認します: chage -l root
Minimum: 0 Maximum: 365 Warning: 7 Inactive: -1 Last Change: Feb 03, 2020 Password Expires: Feb 03, 2021 Password Inactive: Never Account Expires: Never