[Midnightbsd-cvs] src [6607] stable/0.4/share/skel/dot.profile: -s flag missing from ssh-agent on startup.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 1 17:06:48 EST 2014


Revision: 6607
          http://svnweb.midnightbsd.org/src/?rev=6607
Author:   laffer1
Date:     2014-02-01 17:06:48 -0500 (Sat, 01 Feb 2014)
Log Message:
-----------
-s flag missing from ssh-agent on startup. this causes a lot of duplicate ssh-agent

Modified Paths:
--------------
    stable/0.4/share/skel/dot.profile

Property Changed:
----------------
    stable/0.4/share/skel/dot.profile

Modified: stable/0.4/share/skel/dot.profile
===================================================================
--- stable/0.4/share/skel/dot.profile	2014-01-23 00:13:58 UTC (rev 6606)
+++ stable/0.4/share/skel/dot.profile	2014-02-01 22:06:48 UTC (rev 6607)
@@ -44,8 +44,9 @@
 fi
 
 SSHAGENT=/usr/bin/ssh-agent
+SSHAGENTARGS="-s"
 if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
-  eval `$SSHAGENT`
+  eval `$SSHAGENT $SSHAGENTARGS`
   trap "kill $SSH_AGENT_PID" 0
 fi
 


Property changes on: stable/0.4/share/skel/dot.profile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list