-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ncm-metaconfig: ssh: use lowercase yes/no for boolean (cfr the man pa…
…ges)
- Loading branch information
Showing
6 changed files
with
75 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Base test for all ssh server config options | |
--- | ||
^AcceptEnv\sLC_CTYPE\sLANG\sTERM$ | ||
^AddressFamily\sany$ | ||
^AllowAgentForwarding\sNo$ | ||
^AllowAgentForwarding\sno$ | ||
^AllowGroups\swheel$ | ||
^AllowStreamLocalForwarding\slocal$ | ||
^AllowTcpForwarding\slocal$ | ||
|
@@ -17,40 +17,40 @@ Base test for all ssh server config options | |
^AuthorizedPrincipalsCommandUser\sprincuser$ | ||
^AuthorizedPrincipalsFile\s/etc/ssh/x509_users\s\.ssh/x509_users$ | ||
^Banner\sConfigured by Quattor$ | ||
^ChallengeResponseAuthentication\sNo$ | ||
^ChallengeResponseAuthentication\sno$ | ||
^ChrootDirectory\s/srv/ssh$ | ||
^Ciphers\[email protected],arcfour256,arcfour128,aes128-cbc,3des-cbc$ | ||
^ClientAliveCountMax\s3$ | ||
^ClientAliveInterval\s30$ | ||
^Compression\sNo$ | ||
^Compression\sno$ | ||
^DenyGroups\sadm$ | ||
^DenyUsers\sroot$ | ||
^DisableForwarding\sNo$ | ||
^ExposeAuthInfo\sNo$ | ||
^DisableForwarding\sno$ | ||
^ExposeAuthInfo\sno$ | ||
^FingerprintHash\ssha256$ | ||
^ForceCommand\scat\s/etc/motd$ | ||
^GSSAPIAuthentication\sYes$ | ||
^GSSAPICleanupCredentials\sYes$ | ||
^GSSAPIKeyExchange\sYes$ | ||
^GSSAPIStoreCredentialsOnRekey\sYes$ | ||
^GSSAPIStrictAcceptorCheck\sYes$ | ||
^GSSAPIAuthentication\syes$ | ||
^GSSAPICleanupCredentials\syes$ | ||
^GSSAPIKeyExchange\syes$ | ||
^GSSAPIStoreCredentialsOnRekey\syes$ | ||
^GSSAPIStrictAcceptorCheck\syes$ | ||
^GatewayPorts\sclientspecified$ | ||
^HostCertificate\s/etc/ssh/ssh_host_cert.pem$ | ||
^HostKey\s/etc/ssh/ssh_host_rsa_key$ | ||
^HostKey\s/etc/ssh/ssh_host_ed25519_key$ | ||
^HostKeyAgent\s/run/ssh/key_agent\.socket$ | ||
^HostKeyAlgorithms\secdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521$ | ||
^HostbasedAcceptedKeyTypes\s-ssh-rsa$ | ||
^HostbasedAuthentication\sYes$ | ||
^HostbasedUsesNameFromPacketOnly\sNo$ | ||
^HostbasedAuthentication\syes$ | ||
^HostbasedUsesNameFromPacketOnly\sno$ | ||
^IPQoS\slowdelay\sthroughput$ | ||
^IgnoreRhosts\sYes$ | ||
^IgnoreUserKnownHosts\sYes$ | ||
^KbdInteractiveAuthentication\sYes$ | ||
^KerberosAuthentication\sNo$ | ||
^KerberosGetAFSToken\sNo$ | ||
^KerberosOrLocalPasswd\sNo$ | ||
^KerberosTicketCleanup\sYes$ | ||
^IgnoreRhosts\syes$ | ||
^IgnoreUserKnownHosts\syes$ | ||
^KbdInteractiveAuthentication\syes$ | ||
^KerberosAuthentication\sno$ | ||
^KerberosGetAFSToken\sno$ | ||
^KerberosOrLocalPasswd\sno$ | ||
^KerberosTicketCleanup\syes$ | ||
^KexAlgorithms\secdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521$ | ||
^ListenAddress\s127\.0\.0\.1:22$ | ||
^ListenAddress\s192\.168\.0\.1:22$ | ||
|
@@ -61,39 +61,39 @@ Base test for all ssh server config options | |
^MaxAuthTries\s3$ | ||
^MaxSessions\s10$ | ||
^MaxStartups\s10:30:100$ | ||
^PasswordAuthentication\sNo$ | ||
^PermitEmptyPasswords\sNo$ | ||
^PasswordAuthentication\sno$ | ||
^PermitEmptyPasswords\sno$ | ||
^PermitListen\s8080\s127\.0\.0\.1:\*$ | ||
^PermitOpen\s8080\s192\.168\.0\.1:\*$ | ||
^PermitRootLogin\sprohibit-password$ | ||
^PermitTTY\sYes$ | ||
^PermitTTY\syes$ | ||
^PermitTunnel\spoint-to-point$ | ||
^PermitUserEnvironment\sNo$ | ||
^PermitUserRC\sNo$ | ||
^PermitUserEnvironment\sno$ | ||
^PermitUserRC\sno$ | ||
^PidFile\s/run/sshd\.pid$ | ||
^Port\s22$ | ||
^Port\s2200$ | ||
^PrintLastLog\sYes$ | ||
^PrintMotd\sYes$ | ||
^PrintLastLog\syes$ | ||
^PrintMotd\syes$ | ||
^PubkeyAcceptedKeyTypes\s-ssh-rsa$ | ||
^PubkeyAuthentication\sYes$ | ||
^PubkeyAuthentication\syes$ | ||
^RDomain\s%D$ | ||
^RSAAuthentication\sNo$ | ||
^RSAAuthentication\sno$ | ||
^RekeyLimit\s1G\s300s$ | ||
^RevokedKeys\s/etc/ssh/revoked_keys$ | ||
^RhostsRSAAuthentication\sNo$ | ||
^RhostsRSAAuthentication\sno$ | ||
^SetEnv\sLC_ALL="C"$ | ||
^SetEnv\sTERM="xterm"$ | ||
^StreamLocalBindMask\s0177$ | ||
^StreamLocalBindUnlink\sNo$ | ||
^StreamLocalBindUnlink\sno$ | ||
^Subsystem\ssftp\sinternal-sftp$ | ||
^SyslogFacility\sAUTH$ | ||
^TCPKeepAlive\sYes$ | ||
^TCPKeepAlive\syes$ | ||
^TrustedUserCAKeys\s/etc/ssh/trusted_cas$ | ||
^UseDNS\sYes$ | ||
^UsePAM\sYes$ | ||
^UseDNS\syes$ | ||
^UsePAM\syes$ | ||
^VersionAddendum\sextra$ | ||
^X11DisplayOffset\s10$ | ||
^X11Forwarding\sYes$ | ||
^X11UseLocalHost\sYes$ | ||
^X11Forwarding\syes$ | ||
^X11UseLocalHost\syes$ | ||
^XAuthLocation\s/usr/bin/xauth$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters