mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
|
# IPA-related configuration changes to ssh_config
|
||
|
#
|
||
|
PubkeyAuthentication yes
|
||
|
${ENABLEPROXY}GlobalKnownHostsFile $KNOWNHOSTS
|
||
|
${VERIFYHOSTKEYDNS}VerifyHostKeyDNS yes
|
||
|
|
||
|
# 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
|