ssh-baseline icon indicating copy to clipboard operation
ssh-baseline copied to clipboard

DevSec SSH Baseline - InSpec Profile

Results 25 ssh-baseline issues
Sort by recently updated
recently updated
newest added
trafficstars

create the tests for this commit https://github.com/hardening-io/chef-ssh-hardening/pull/111

### Description There are a number of checks made against the version of SSH within the controls. All rely on this particular command in ssh_crypto.rb. **inspec.command('ssh -V 2>&1 | cut...

bug

Limit SSH server AllowTcpForwarding to either 'no' or 'local' to suite the title and the description of the rule 'sshd-39' (resolve #216)

### Description The title for the rule 'sshd-39' is 'Server: Disable TCP forwarding'. The description is 'If you use TCP forwarding in an uncontrolled manner then you can bypass the...

enhancement

### Description Hi, i've noticed that the sshd detection is faulty (even if configuration is correct): this is most likely due to having 2 identical keys in sshd config (global...