From: martin f. krafft Date: Fri, 17 Apr 2020 01:24:16 +0000 (+0200) Subject: switch to persistent SSH auth sock X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/97c5586d356c65fb68c41642ad6ec41d55d7d834 switch to persistent SSH auth sock --- diff --git a/.tmux.conf b/.tmux.conf index 432a860..0ff89d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,4 +18,7 @@ set-option -g set-titles on set-option -g set-titles-string "#{?#{==:#{pane_title},#{host_short}},#h:#W,#T}" bind-key '\' confirm-before -p "kill-session #S? (y/n)" kill-session + bind-key = set-option synchronize-panes + +set-environment -g SSH_AUTH_SOCK $VARDIR/ssh/persistent-ssh-auth.sock