Import Upstream version 4.12.4
This commit is contained in:
16
client/share/ssh_ipa.conf.template
Normal file
16
client/share/ssh_ipa.conf.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# IPA-related configuration changes to ssh_config
|
||||
#
|
||||
PubkeyAuthentication yes
|
||||
${ENABLEPROXY}GlobalKnownHostsFile $KNOWNHOSTS
|
||||
${VERIFYHOSTKEYDNS}VerifyHostKeyDNS yes
|
||||
|
||||
# use sss_ssh_knownhosts if available
|
||||
# assumes that if a user does not have shell (/sbin/nologin),
|
||||
# this will return nonzero exit code and proxy command will be ignored
|
||||
${ENABLEKNOWNHOSTS}Match exec true
|
||||
${ENABLEKNOWNHOSTS} KnownHostsCommand $KNOWNHOSTSCOMMAND %H
|
||||
|
||||
# assumes that if a user does not have shell (/sbin/nologin),
|
||||
# this will return nonzero exit code and proxy command will be ignored
|
||||
${ENABLEPROXY}Match exec true
|
||||
${ENABLEPROXY} ProxyCommand $KNOWNHOSTSPROXY -p %p %h
|
||||
Reference in New Issue
Block a user