8
nullにすることはできません。 次のコードでは、私はラインsshClient.Connect()
SSH.NETライブラリとAIX(UNIX)ボックスに接続できません - エラー:値は、私は<strong>AIX</strong>ボックスに接続し、<strong><code>SSH.NET</code></strong>ライブラリを使用して、いくつかのコマンドを実行しようとしています
{ "値はnullにすることはできませんに接続しようとすると、私は次のよう例外メッセージを取得
KeyboardInteractiveAuthenticationMethod kauth = new KeyboardInteractiveAuthenticationMethod(username); PasswordAuthenticationMethod pauth = new PasswordAuthenticationMethod(username, password); ConnectionInfo connectionInfo = new(ConnectionInfo(servername, 22, username, pauth,kauth); SshClient sshClient = new SshClient(connectionInfo); sshClient.Connect(); SshCommand sshCommand = sshClient.RunCommand("mpstat"); Console.WriteLine(sshCommand.Result); Console.ReadKey();
をsnipplet \ rを\ nParameter名:データ "}
スタックトレースが
at Renci.SshNet.KeyboardInteractiveAuthenticationMethod.Authenticate(Session session)
at Renci.SshNet.ConnectionInfo.Authenticate(Session session)
at Renci.SshNet.Session.Connect()
at Renci.SshNet.BaseClient.Connect()
です
私がログインにする同じ資格情報を使用してPuTTY
クライアントを使用してことができる午前以来、私は合格証明書が有効であることを確信しています。何か案は?