diff --git a/arch-user/bin/wssh b/arch-user/bin/wssh index dc86a6a..699704a 100755 --- a/arch-user/bin/wssh +++ b/arch-user/bin/wssh @@ -6,6 +6,10 @@ if [ $# -lt 1 ]; then exit 1 fi +if [[ "$*" == *" -- "* ]]; then + exec /bin/ssh "$@" +fi + [ -z "$WSCOMPAT_MASTER" ] && WSCOMPAT_MASTER="$(whoami)" read -r -d '' init_cmd << WSCOMPAT_EOF_9oqn7IVF || true export WS_IS_COMPAT=1