~comcloudway/builds.sr.ht

5a7b3b84f11dc0f63ece7792aa3b8a4afc212666 — Benjamin Riefenstahl 2 years ago 13d5a06
images/9front/functions (guest_ssh): Use Plan 9 style port spec.
1 files changed, 1 insertions(+), 1 deletions(-)

M images/9front/functions
M images/9front/functions => images/9front/functions +1 -1
@@ 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 "$*"
}