summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-02-06 16:47:51 +0100
committerTimo Wilken2023-02-06 16:47:51 +0100
commit5ea5ae0e02e5797e21aaa3475c16ea704cd66f5d (patch)
treef6dfaf74128ce98b44c653fa52c3c99588e5c458 /tw/home.scm
parent182c735acc2f61d6c22e4a5bc14372c922413956 (diff)
Remove verbose flag from SSH ProxyCommand
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm4
1 files 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