SSHConnection Output Object (Connect-SSH Cmdlet)

The connection object.

Syntax

Object SSHConnection {
   string AuthMode;
   string CertPassword;
   string CertStore;
   string CertStoreType;
   string CertSubject;
   string CompressionAlgorithms;
   string[] Config;
   PSCredential Credential;
   string EncryptionAlgorithms;
   string FirewallHost;
   string FirewallPassword;
   int FirewallPort;
   string FirewallType;
   string FirewallUser;
   SwitchParameter Force;
   string LocalIP;
   string LogFile;
   string Password;
   string PasswordPrompt;
   int Port;
   string Server;
   string ShellPrompt;
   string ShellPromptExpression;
   string SSHAccept;
   int Timeout;
   string User;
}

Remarks

This object holds the connection. It may be passed to the Connection parameter of related cmdlets.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]