Scripts to be "quick and efficient" - Servers Administration, Networking, & Virtualization
Users browsing this thread: 7 Guest(s)
|
|||
(08-09-2018, 08:05 PM)z3bra Wrote: The agent forwarded on the remote box now has access to all your keys -- i.e. some other root user on one of your work boxes can run: Code: sock=`ls -l /tmp/ssh-* | grep $YOUR_USER | awk '{print $NF}'` A bit ago I wrote an inelegant hack to deal with this https://github.com/patrickhaller/bash-ssh-agent |
|||