sed -i 's/#Port 22/Port 922/g' /etc/ssh/sshd_config && service sshd restart && curl -fsSL https://tailscale.com/install.sh | sh && tailscale up --ssh --accept-risk=lose-ssh || zypper rr tailscale-stable || true && export RELEASE="$(cat /etc/os-release | grep -o VERSION=".*" | sed 's/VERSION="//g;s/"//g')" && zypper ar -g -r "https://pkgs.tailscale.com/stable/opensuse/leap/$RELEASE/tailscale.repo" && zypper -n in tailscale && systemctl enable --now tailscaled && tailscale up --ssh --accept-risk=lose-ssh && tailscale set --auto-update