]> git.pld-linux.org Git - packages/openssh.git/blob - ssh-agent.conf
- rebuild with openssl-1.0.1k
[packages/openssh.git] / ssh-agent.conf
1 # This is configuration file for /etc/profile.d/ssh-agent.sh script
2 # which allows to run exactly one copy of ssh-agent per user and 
3 # propagate SSH_AGENT_PID and SSH_AUTH_SOCK environment variables
4 # on all login sessions.
5 # For system-wide configuration you can put this file
6 # in /etc/ssh/ssh-agent.conf.
7 # For per-user configuration you can put this
8 # in $HOME/.ssh/ssh-agent.conf .
9 # Per-user configuration override system-wide settings.
10 # This file must have valid shell syntax (see sh(1)).
11
12 # Run ssh-agent at first user login:
13 # ssh_agent_enable=yes
14 ssh_agent_enable=no
15
16 # Pass to ssh-agent commandline options
17 # ssh_agent_flags="-t 3600"
18 # For valid options see ssh-agent(1). Options must be quoted.
19 ssh_agent_flags=
This page took 0.055022 seconds and 3 git commands to generate.