Added credits to install-sshd.ps1
This commit is contained in:
parent
4adde42f61
commit
50ddd23474
|
@ -1,4 +1,7 @@
|
||||||
$scriptpath = $MyInvocation.MyCommand.Path
|
# @manojampalam - authored initial script
|
||||||
|
# @friism - Fixed issue with invalid SDDL on Set-Acl
|
||||||
|
|
||||||
|
$scriptpath = $MyInvocation.MyCommand.Path
|
||||||
$scriptdir = Split-Path $scriptpath
|
$scriptdir = Split-Path $scriptpath
|
||||||
|
|
||||||
$sshdpath = Join-Path $scriptdir "sshd.exe"
|
$sshdpath = Join-Path $scriptdir "sshd.exe"
|
||||||
|
|
Loading…
Reference in New Issue