]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- system-wide configuration file for ssh-agent.sh
authortwittner <twittner@pld-linux.org>
Fri, 6 Aug 2004 00:03:21 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ssh-agent.conf -> 1.1

ssh-agent.conf [new file with mode: 0644]

diff --git a/ssh-agent.conf b/ssh-agent.conf
new file mode 100644 (file)
index 0000000..7d52259
--- /dev/null
@@ -0,0 +1,19 @@
+# This is configuration file for /etc/profile.d/ssh-agent.sh script
+# which allows to run exactly one copy of ssh-agent per user and 
+# propagate SSH_AGENT_PID and SSH_AUTH_SOCK environment variables
+# on all login sessions.
+# For system-wide configuration you can put this file
+# in /etc/ssh/ssh-agent.conf.
+# For per-user configuration you can put this
+# in $HOME/.ssh/ssh-agent.conf .
+# Per-user configuration override system-wide settings.
+# This file must have valid shell syntax (see sh(1)).
+
+# Run ssh-agent at first user login:
+# ssh_agent_enable=yes
+ssh_agent_enable=no
+
+# Pass to ssh-agent commandline options
+# ssh_agent_flags="-t 3600"
+# For valid options see ssh-agent(1). Options must be quoted.
+ssh_agent_flags=
This page took 0.076922 seconds and 4 git commands to generate.