diff --git a/Docs/install-ssh-client.md b/Docs/install-ssh-client.md index 57544877..fe23584d 100644 --- a/Docs/install-ssh-client.md +++ b/Docs/install-ssh-client.md @@ -1,6 +1,6 @@ -## install-ssh-client.ps1 - Installs the SSH client (needs admin rights) +## install-ssh-client.ps1 - Installs a SSH client (needs admin rights) -This PowerShell script installs the SSH client (needs admin rights). +This PowerShell script installs a SSH client (needs admin rights). ## Parameters ```powershell diff --git a/Docs/install-ssh-server.md b/Docs/install-ssh-server.md index 0cce8346..816312dc 100644 --- a/Docs/install-ssh-server.md +++ b/Docs/install-ssh-server.md @@ -1,6 +1,6 @@ -## install-ssh-server.ps1 - Installs the SSH server (needs admin rights) +## install-ssh-server.ps1 - Installs a SSH server (needs admin rights) -This PowerShell script installs the SSH server (needs admin rights). +This PowerShell script installs a SSH server (needs admin rights). ## Parameters ```powershell diff --git a/Scripts/install-ssh-client.ps1 b/Scripts/install-ssh-client.ps1 index 72f4de95..9a2c2015 100755 --- a/Scripts/install-ssh-client.ps1 +++ b/Scripts/install-ssh-client.ps1 @@ -1,14 +1,14 @@ <# .SYNOPSIS - Installs the SSH client (needs admin rights) + Installs a SSH client (needs admin rights) .DESCRIPTION - This PowerShell script installs the SSH client (needs admin rights). + This PowerShell script installs a SSH client (needs admin rights). .EXAMPLE PS> ./install-ssh-client .LINK https://github.com/fleschutz/PowerShell .NOTES - Author: Markus Fleschutz / License: CC0 + Author: Markus Fleschutz | License: CC0 #> #Requires -RunAsAdministrator diff --git a/Scripts/install-ssh-server.ps1 b/Scripts/install-ssh-server.ps1 index 3512cd7f..5a240ef6 100755 --- a/Scripts/install-ssh-server.ps1 +++ b/Scripts/install-ssh-server.ps1 @@ -1,14 +1,14 @@ <# .SYNOPSIS - Installs the SSH server (needs admin rights) + Installs a SSH server (needs admin rights) .DESCRIPTION - This PowerShell script installs the SSH server (needs admin rights). + This PowerShell script installs a SSH server (needs admin rights). .EXAMPLE PS> ./install-ssh-server .LINK https://github.com/fleschutz/PowerShell .NOTES - Author: Markus Fleschutz / License: CC0 + Author: Markus Fleschutz | License: CC0 #> #Requires -RunAsAdministrator