SSHSessions
2.1.3
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: https://www.powershelladmin.com/wiki/SSH_from_PowerShell_using_the_SSH.NET_library
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Copyright (c) 2012-2018, Joakim Borger Svendsen, Svendsen Tech. All rights reserved.
Package Details
Author(s)
- Joakim Borger Svendsen
Tags
SSH Linux Unix Cisco Networking
Functions
New-SshSession Invoke-SshCommand Enter-SshSession Remove-SshSession Get-SshSession ConvertFrom-SecureToPlain
Dependencies
This module has no dependencies.
Release Notes
# Fix so Invoke-SshCommand -InvokeOnAll no longer terminates calling scripts when there are no computers in the store.
FileList
- SSHSessions.nuspec
- Renci.SshNet.dll
- SSHSessions.psd1
- SSHSessions.psm1
- SSHSessions.Tests.ps1