Skip to content

Commit 8d42372

Browse files
committed
Updated enter-host.ps1
1 parent 2d345b3 commit 8d42372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/enter-host.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.EXAMPLE
99
PS> ./enter-host.ps1 tux
1010
✅ tux is online (3ms latency to 192.168.1.179)
11-
Trying to connect as user 'markus' with OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
11+
Connecting as user 'markus'... using OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
1212
markus@tux's password:
1313
...
1414
.LINK
@@ -36,7 +36,7 @@ try {
3636
& "$PSScriptRoot/wake-up-host.ps1"
3737
}
3838

39-
Write-Host "Trying to connect as user '$remoteUser' with " -noNewline
39+
Write-Host "Connecting as user '$remoteUser'... using " -noNewline
4040
& ssh -V
4141
if ($lastExitCode -ne 0) { throw "'ssh -V' failed with exit code $lastExitCode" }
4242

0 commit comments

Comments
 (0)