sshでポートフォワーディングがうまく動作しない場合、SSHサーバー側でポートフォワードが許可されいない可能性がある。
設定
bash
$ vi /etc/ssh/sshd_config
# ESXi is not a proxy server
AllowTcpForwarding no -> yes
設定を変更したら、sshdを再起動する
Go to list of users who liked
More than 1 year has passed since last update.
sshでポートフォワーディングがうまく動作しない場合、SSHサーバー側でポートフォワードが許可されいない可能性がある。
設定
$ vi /etc/ssh/sshd_config
# ESXi is not a proxy server
AllowTcpForwarding no -> yes
設定を変更したら、sshdを再起動する
Register as a new user and use Qiita more conveniently
Go to list of users who liked