This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: SSH connection caching


Richard Kenner wrote:
>     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.


  Dunno what's recommended, but I expect you should be able to come up with a
combination of ps/grep/awk/cut that you could put in a backtick as an argument
to "kill -9" in your .logout file, perhaps?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]