From 825ed5263cdb72a20d8eddc904aec5a0222f3c2a Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Sun, 5 Oct 2025 19:42:36 +0000 Subject: [PATCH] wssh --- arch-user/bin/wssh | 4 ++++ 1 file changed, 4 insertions(+) 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