Gossh

2.0.0

Cross-platfrom SSH module for network devices

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Gossh -RequiredVersion 2.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Gossh -Version 2.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Lockstep Technology Group. All rights reserved.

Package Details

Author(s)

  • brian.addicks@lockstepgroup.com

Tags

ssh networking

Functions

Invoke-Gossh

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

Version History

Version Downloads Last updated
2.0.2 154 11/29/2021
2.0.1 30 11/2/2021
2.0.0 (current version) 16 11/1/2021
1.0.1 89 5/11/2021
0.0.13 31 2/9/2021
0.0.11 32 9/29/2020
0.0.4 125 7/29/2019
0.0.3 16 7/25/2019
0.0.2 17 7/23/2019
Show more