X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=4f239be572edbac120dd58546a799d8193962098;hb=c4e006fce61400b567d7c47e04a63c82e36ec5d6;hp=2445a4e68bb7ad3a784636dac78d84e3f8fd4a96;hpb=c8a9c632b236b79fea42a15c4be6aad7dc1f445e;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index 2445a4e..4f239be 100644 --- a/ssh_config +++ b/ssh_config @@ -61,7 +61,9 @@ Host * # Allow using -M (ControlMaster) to create a master SSH session which # "tunnels" other connections to the same host, thus reducing the number of # authentications (which are relatively slow) and TCP connections. The master -# sockets are stored in ~/.ssh (by default ControlPath is not set). +# sockets are stored in ~/.ssh (by default ControlPath is not set). Using %r +# (remote user name) might leak information to other users on the current +# system (e.g. via netstat or lsof). ControlPath ~/.ssh/master-%l-%h-%p-%r # Automatically create a new master session if there's none yet or use an # existing one. This way the user doesn't have to use -M to enable a master