SSHSessions

2.0

Svendsen Tech's SSH-Sessions module provides SSH session creation, management and interaction from PowerShell. Lets you execute commands via SSH against Linux and certain network equipment, etc. MIT license. Online documentation here: http://www.powershelladmin.com/wiki/SSH_from_PowerShell_using_the_SSH.NET_library

Minimum PowerShell version

3.0

Installation Options

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

Install-Module -Name SSHSessions -RequiredVersion 2.0

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

Install-PSResource -Name SSHSessions -Version 2.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

Copyright (c) 2012-2017, Joakim Borger Svendsen, Svendsen Tech. All rights reserved.

Package Details

Author(s)

  • Joakim Borger Svendsen

Tags

SSH Linux Unix Cisco Juniper Networking

Functions

New-SshSession Invoke-SshCommand Enter-SshSession Remove-SshSession Get-SshSession ConvertFrom-SecureToPlain

Dependencies

This module has no dependencies.

Release Notes

# Add a -ScriptBlock parameter for Invoke-SshCommand (less escaped quotes).
# Vastly improved pipeline handling.
# v2.0 - Emit objects instead of strings. Majorly breaking change, but
#        I think it's needed and much better. Have been considering switching
#        to Write-Verbose for a lot of the output and have it quiet by default (New/Remove), as is
#        the convention, but I imagine that after 6 years in the wild, there are
#        thousands of meta scripts using this module - and some might be parsing
#        the output to determine success. I will look into redesigning and
#        standardizing further. Pushing this for now.

FileList

Version History

Version Downloads Last updated
2.1.3 110,428 2/26/2018
2.1.2 4,876 2/22/2018
2.1.1 24,375 2/18/2018
2.1 1,252 1/1/2018
2.0 (current version) 242 1/1/2018
1.9 848 11/11/2017
1.8 1,123 9/3/2017
1.7.1 247 8/17/2017
1.7 4,407 2/7/2017
Show more