Add admin hint

This commit is contained in:
Markus Fleschutz
2021-04-07 13:57:53 +02:00
parent 1841a8a931
commit 777fe6d09e
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/pwsh
<#
.SYNTAX ./enable-ssh-client.ps1
.DESCRIPTION enables the SSH client
.DESCRIPTION enables the SSH client (needs admin rights)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>

View File

@ -1,7 +1,7 @@
#!/usr/bin/pwsh
<#
.SYNTAX ./enable-ssh-server.ps1
.DESCRIPTION enables the SSH server
.DESCRIPTION enables the SSH server (needs admin rights)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>