From 559ee189604a0c8330a7fef8b6f37c057b499fda Mon Sep 17 00:00:00 2001 From: twittner Date: Fri, 6 Aug 2004 00:03:21 +0000 Subject: [PATCH] - system-wide configuration file for ssh-agent.sh Changed files: ssh-agent.conf -> 1.1 --- ssh-agent.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ssh-agent.conf diff --git a/ssh-agent.conf b/ssh-agent.conf new file mode 100644 index 0000000..7d52259 --- /dev/null +++ b/ssh-agent.conf @@ -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= -- 2.44.0