PoshCode Archive  All files named "SharpSsh-Functions.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for SharpSsh-Functions.ps1

2018-06-10
14:25
A few wrapper functions to make working with the SSH portion of SharpSSH easier: New-SshSession, Invoke or Send Ssh commands, Receive output, all with support for “Expect” ... which means we’ll continue reading from the ssh output until we see the expected output, and then stop. file: [e9e2b2f75a] check-in: [1ef32cbbce] user: Joel Bennett branch: trunk, size: 3837
13:36
A few wrapper functions to make working with the SSH portion of SharpSSH easier: New-SshSession, Invoke or Send Ssh commands, Receive output, all with support for “Expect” ... which means we’ll continue reading from the ssh output until we see the expected output, and then stop. file: [1b96157739] check-in: [c0b7ac6397] user: Joel Bennett branch: trunk, size: 3838
13:33
I’ve tweaked New-SshSession to read the default prompt, means you can just New-SshSession; Invoke-Ssh ls … and go on with life. file: [09c7e24e91] check-in: [c64fa71706] user: Joel Bennett branch: trunk, size: 4130
12:56
Added: I’ve tweaked New-SshSession to read the default prompt, means you can just New-SshSession; Invoke-Ssh ls … and go on with life. file: [1be3d33ab1] check-in: [4c848c93c7] user: Joel Bennett branch: trunk, size: 4157