Gossh
2.0.0
Cross-platfrom SSH module for network devices
Installation Options
Owners
Copyright
(c) Lockstep Technology Group. All rights reserved.
Package Details
Author(s)
- brian.addicks@lockstepgroup.com
Tags
Functions
Dependencies
Release Notes
2.0.0 revamps gossh so it is no longer required to specify the device type, improves buffer reading method so that data is not missing from output, and adds new features
timeout values can now be specifed (timeout values are in seconds but unless you are doing a upload/download/ect. the default value of 35 seconds should never be come close to be exceeded)
error log is generated in users home directory if the timeout value for reading the ssh buffer is exceded (error log contains the everything that was pulled from the ssh buffer before the timeout value was exceeded)
command files can be passed to gossh using -ConfigFile = $true (filepath goes in the -Command param)
FileList
- Gossh.nuspec
- Gossh.psd1
- Gossh.psm1
- Bin\gossh
- Bin\gossh.exe
- Public\Invoke-Gossh.ps1