]> git.phdru.name Git - dotfiles.git/commitdiff
`ssh`: Remove option `-4`
authorOleg Broytman <phd@phdru.name>
Fri, 1 Oct 2021 14:49:44 +0000 (17:49 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 1 Oct 2021 14:49:44 +0000 (17:49 +0300)
.fvwm/main.m4
bin/s

index 837c719842022d8e95913878e29caf862480685d..d5f9e314844deac3b2376a6a72692ba6b1c287eb 100644 (file)
@@ -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 4f8570d55fae3fa4f0c9c6817e508d0bb2973f96..29104693c796af3a10455189e246178c928ff651 100755 (executable)
--- a/bin/s
+++ b/bin/s
@@ -1,2 +1,2 @@
 #! /bin/sh
-exec ssh -4 "$@"
+exec ssh "$@"