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.
2 parents b608906 + 8f2b843 commit 6e72daaCopy full SHA for 6e72daa
src/nixos-anywhere.sh
@@ -839,7 +839,7 @@ main() {
839
840
sshSettings=$(ssh "${sshArgs[@]}" -G "${sshConnection}")
841
sshUser=$(echo "$sshSettings" | awk '/^user / { print $2 }')
842
- sshHost=$(echo "$sshSettings" | awk '/^hostname / { print $2 }')
+ sshHost=$(echo "$sshSettings" | awk '/^host / { print $2 }')
843
844
uploadSshKey
845
0 commit comments