]> git.pld-linux.org Git - packages/openssh.git/blob - pld-ssh_config
Release 3 (by relup.sh)
[packages/openssh.git] / pld-ssh_config
1 # The options here are in the "Match final block" to be applied as the last
2 # options and could be potentially overwritten by the user configuration
3 Match final all
4
5     GSSAPIAuthentication yes
6
7 # If this option is set to yes then remote X11 clients will have full access
8 # to the original X11 server. As some X11 clients don't support the untrusted
9 # mode correctly, you might consider changing this to 'yes' or using '-Y'.
10 #      ForwardX11Trusted no
11
12 # Send locale-related environment variables, also pass some GIT vars
13        SendEnv LANG LC_* LANGUAGE XMODIFIERS TZ GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL 
14
This page took 0.099399 seconds and 3 git commands to generate.