From e260b7a4d3b47ec0206f317054098c112282ee65 Mon Sep 17 00:00:00 2001 From: rvrsh3ll Date: Wed, 25 Nov 2015 14:18:04 -0500 Subject: [PATCH] Updated comments --- Invoke-SSHCommand.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Invoke-SSHCommand.ps1 b/Invoke-SSHCommand.ps1 index 2191f44..3e02fd6 100644 --- a/Invoke-SSHCommand.ps1 +++ b/Invoke-SSHCommand.ps1 @@ -9,13 +9,13 @@ function Invoke-SSHCommand { The string containing the IP or hostname of the target server. .Parameter Username - The username for the ftp server + The username for the ssh server .Parameter Password - The password for the ftp server + The password for the ssh server .Example - Import-Module Egress-Assess.ps1 + Invoke-SSHCommand -ip 192.168.1.100 -Username root -Password test -Command "id" #> param(