We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d345b3 commit 8d42372Copy full SHA for 8d42372
scripts/enter-host.ps1
@@ -8,7 +8,7 @@
8
.EXAMPLE
9
PS> ./enter-host.ps1 tux
10
✅ 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
+ ⏳ Connecting as user 'markus'... using OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
12
markus@tux's password:
13
...
14
.LINK
@@ -36,7 +36,7 @@ try {
36
& "$PSScriptRoot/wake-up-host.ps1"
37
}
38
39
- Write-Host "⏳ Trying to connect as user '$remoteUser' with " -noNewline
+ Write-Host "⏳ Connecting as user '$remoteUser'... using " -noNewline
40
& ssh -V
41
if ($lastExitCode -ne 0) { throw "'ssh -V' failed with exit code $lastExitCode" }
42
0 commit comments