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 d24f64d commit 995e915Copy full SHA for 995e915
git-open
@@ -70,7 +70,7 @@ function ssh_resolve() {
70
# Host regex
71
# HostName resolved.domain.com
72
read -r -a ssh_array <<<"${ssh_line}"
73
- ssh_optcode="$(echo "${ssh_array[0]}" | tr '[:upper:]' '[:lower:]')"
+ ssh_optcode="$(echo "${ssh_array[0]}" | tr '[:lower:]' '[:upper:]')"
74
if [[ $ssh_optcode == HOST ]]; then
75
# Host
76
ssh_found=false
0 commit comments