Skip to content
Snippets Groups Projects
Commit 58e25274 authored by nimrod's avatar nimrod
Browse files

Silence false warning from shellcheck.

parent 263b99f3
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,7 @@ host="$1" || { usage >> /dev/stderr; exit 1; }
forward="$2" || { usage >> /dev/stderr; exit 1; }
alias ssh='ssh -fnNTS ~/.ssh/%C.sock'
# shellcheck disable=SC2029
ssh -o ControlMaster=auto -o ControlPersist=0 -o ExitOnForwardFailure=no -o ControlPersist=0 "$host"
# shellcheck disable=SC2029
ssh -O forward -L "$forward" "$host"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment