summaryrefslogtreecommitdiff
path: root/ssh-agent.conf
blob: 7d52259d86da8f8c6c88f620ae1732e45f06ab17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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=