From 5ea5ae0e02e5797e21aaa3475c16ea704cd66f5d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 6 Feb 2023 16:47:51 +0100 Subject: Remove verbose flag from SSH ProxyCommand --- tw/home.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tw/home.scm b/tw/home.scm index 7d2e75e5..ce760855 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -174,7 +174,7 @@ auto-expand-secmem ;; My own machines ,@(map make-own-ssh-host (map car %ssh-ports) (map cdr %ssh-ports)) ,@(map make-own-ssh-host (map (compose wireguardify car) %ssh-ports) (map cdr %ssh-ports)) - ,(openssh-host (name "*.fritz.box") (proxy-command "ssh -v -W '[%h]:%p' lud.twilken.net")) + ,(openssh-host (name "*.fritz.box") (proxy-command "ssh -W '[%h]:%p' lud.twilken.net")) ;; Git hosts ,@(map (lambda (host) (openssh-host (name host) (user "git"))) '("github.com" "ssh.github.com" "bitbucket.org")) @@ -211,7 +211,7 @@ auto-expand-secmem (name "*.cern.ch") (user "twilken") (identity-file "~/.local/share/ssh-keys/cern_id_rsa") - (proxy-command "ssh -v -W '[%h]:%p' -l twilken lxplus.cern.ch") + (proxy-command "ssh -W '[%h]:%p' -l twilken lxplus.cern.ch") (extra-content "\ # Kerberos authentication GSSAPIAuthentication yes -- cgit v1.2.3