32641bdf90
- Mark X509 and KERB_GSSAPI as BROKEN. Changelog: http://www.openssh.com/txt/release-7.2 With help from: brnrd
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
bin/scp
|
|
bin/sftp
|
|
bin/ssh
|
|
bin/ssh-add
|
|
bin/ssh-agent
|
|
bin/ssh-keygen
|
|
bin/ssh-keyscan
|
|
%%ETCDIR%%/moduli
|
|
@sample %%ETCDIR%%/ssh_config.sample
|
|
@sample %%ETCDIR%%/sshd_config.sample
|
|
%%X509%%@dir %%ETCDIR%%/ca
|
|
@exec if [ -f %D/%%ETCDIR%%/ssh_host_ecdsa_key ] && grep -q DSA %D/%%ETCDIR%%/ssh_host_ecdsa_key; then echo; echo "\!/ Warning \!/"; echo; echo "Your %D/%%ETCDIR%%/ssh_host_ecdsa_key is not a valid ECDSA key. It is incorrectly"; echo "a DSA key due to a bug fixed in 2012 in the security/openssh-portable port."; echo; echo "Regenerate a proper one with: rm -f %D/%%ETCDIR%%/ssh_host_ecdsa_key*; service openssh restart"; echo; echo "Clients should not see any key change warning since the ECDSA was not valid and was not actually"; echo "used by the server."; echo; echo "\!/ Warning \!/"; fi
|
|
sbin/sshd
|
|
libexec/sftp-server
|
|
libexec/ssh-keysign
|
|
libexec/ssh-pkcs11-helper
|
|
man/man1/sftp.1.gz
|
|
man/man1/ssh-add.1.gz
|
|
man/man1/ssh-agent.1.gz
|
|
man/man1/ssh-keygen.1.gz
|
|
man/man1/ssh-keyscan.1.gz
|
|
man/man1/scp.1.gz
|
|
man/man1/ssh.1.gz
|
|
man/man5/moduli.5.gz
|
|
man/man5/ssh_config.5.gz
|
|
man/man5/sshd_config.5.gz
|
|
%%X509%%man/man5/ssh_engine.5.gz
|
|
man/man8/sftp-server.8.gz
|
|
man/man8/sshd.8.gz
|
|
man/man8/ssh-keysign.8.gz
|
|
man/man8/ssh-pkcs11-helper.8.gz
|