]> git.pld-linux.org Git - packages/openssh.git/blame - ssh-agent.conf
- release 2 (by relup.sh)
[packages/openssh.git] / ssh-agent.conf
CommitLineData
559ee189 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
14ssh_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.
19ssh_agent_flags=
This page took 0.097866 seconds and 4 git commands to generate.