SSHSessions

2.1

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.1

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

Install-PSResource -Name SSHSessions -Version 2.1

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

# v2.1 - Standardize completely to Write-Warning, Write-Error and Write-Verbose.
# Possibly another, recent breaking change if people are
 parsing New-SshSession output, etc. (like my tests do, must fix).

FileList

Version History

Version Downloads Last updated
2.1.3 110,531 2/26/2018
2.1.2 4,876 2/22/2018
2.1.1 24,375 2/18/2018
2.1 (current version) 1,252 1/1/2018
2.0 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