From 5a7b3b84f11dc0f63ece7792aa3b8a4afc212666 Mon Sep 17 00:00:00 2001 From: Benjamin Riefenstahl Date: Wed, 26 Jan 2022 19:15:41 +0100 Subject: [PATCH] images/9front/functions (guest_ssh): Use Plan 9 style port spec. --- images/9front/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/9front/functions b/images/9front/functions index 8b61c47..6d038fc 100644 --- a/images/9front/functions +++ b/images/9front/functions @@ -18,5 +18,5 @@ guest_ssh() { # Parameters: -p $port user@localhost port=$2 shift 3 - PASS=password DIALSRV=$port drawterm -a none -u glenda -h 127.0.0.1 -c "$*" + PASS=password drawterm -a none -u glenda -h "tcp!127.0.0.1!$port" -c "$*" } -- 2.38.5