PowerShell, Red PowerShell New-SSHSession -ComputerName 192.168.1.1 -Credential (Get-Credential) Get-SSHSession (Invoke-SSHCommand -Index 0 "ls /bin").output 123 New-SSHSession -ComputerName 192.168.1.1 -Credential (Get-Credential)Get-SSHSession(Invoke-SSHCommand -Index 0 "ls /bin").output