This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: SSH connection caching
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dave dot korn at artimi dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 28 Oct 05 08:52:23 EDT
- Subject: RE: SSH connection caching
Note that the open connection has your authentication tokens to the
remote server. If you leave the machine where you started the master
SSH session, you should usually kill it. "
I missed that part.
So what's the recommended way to kill it? I added the ssh -M command to my
.login.