You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/ssh_spec.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@
22
22
command('ssh').exist?
23
23
end
24
24
25
-
ssh_custom_user=attribute('custom_user',value: 'root',description: 'The SSH user is not always root. It must be an unprivileged user in a container')
26
-
ssh_custom_path=attribute('custom_path',value: '/etc/ssh',description: 'Sometimes ssh configuration files are present in another location and ssh use them with the -f flag')
25
+
ssh_custom_user=attribute('ssh_custom_user',value: 'root',description: 'The SSH user is not always root. It must be an unprivileged user in a container')
26
+
ssh_custom_path=attribute('ssh_custom_path',value: '/etc/ssh',description: 'Sometimes ssh configuration files are present in another location and ssh use them with the -f flag')
Copy file name to clipboardExpand all lines: controls/sshd_spec.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@
28
28
sshd_x11forwarding=attribute('sshd_x11forwarding',value: 'no',description: 'Expected value for sshd_config X11Forwarding')
29
29
sshd_banner=attribute('sshd_banner',value: 'none',description: 'Expected value for sshd_config Banner')
30
30
sshd_max_auth_tries=attribute('sshd_max_auth_tries',value: 2,description: 'Expected value for max_auth_retries')
31
-
sshd_custom_user=attribute('custom_user',value: 'root',description: 'The SSH user is not always root. It must be an unprivileged user in a container')
32
-
sshd_custom_path=attribute('custom_path',value: '/etc/ssh',description: 'Sometimes ssh configuration files are present in another location and ssh use them with the -f flag')
31
+
sshd_custom_user=attribute('sshd_custom_user',value: 'root',description: 'The SSH user is not always root. It must be an unprivileged user in a container')
32
+
sshd_custom_path=attribute('sshd_custom_path',value: '/etc/ssh',description: 'Sometimes ssh configuration files are present in another location and ssh use them with the -f flag')
0 commit comments