From 8eb93b531d2772fcaefd3deb830a73a24f90ee45 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Oct 2021 17:49:44 +0300 Subject: [PATCH] `ssh`: Remove option `-4` --- .fvwm/main.m4 | 2 +- bin/s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 837c719..d5f9e31 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -94,7 +94,7 @@ define(`TERM_KOI8_BOTRT', `TERM_KOI8 -geometry TERM_GEOM_BOTRT') define(`TERM_RU_UTF8_BOTRT', `TERM_RU_UTF8 -geometry TERM_GEOM_BOTRT') -define(`SSH', `cgmem_nice 300 ssh -4') +define(`SSH', `cgmem_nice 300 ssh') define(`REMOTE_HOST_TERM', `$1 -e SSH $2') diff --git a/bin/s b/bin/s index 4f8570d..2910469 100755 --- a/bin/s +++ b/bin/s @@ -1,2 +1,2 @@ #! /bin/sh -exec ssh -4 "$@" +exec ssh "$@" -- 2.39.2