Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのため、ショートカットを使用して、以下のようにデフォルト ポートのユーザー/パスワードからセッションをロードします。
.\putty.exe root@212.83. . -pw パスワード
サーバーの SSH ポートを 22 から別のポートに変更しました。そのショートカットをポートにもロードするにはどうすればよいですか? 例: -port 09?
また、バッチファイル内で、上記のようにパテセッションをロードしてコマンドを送信できますか?
ありがとう!
保存されたセッションでパテ プロファイルを作成し、次のようにコマンド ラインから呼び出します。
putty.exe -load my_putty_profile
プロファイル (接続 | SSH の下) に ssh リモート コマンドを入れることができます。
プロファイルでポートを指定するか、-P portコマンド ライン引数を使用します。
-P port