Skip to content

Commit fc73aac

Browse files
netpickerimi
authored and
imi
committed
Update rule_122_set_transport_input_ssh_for_line_vty_connections.py (#61)
1 parent 63739aa commit fc73aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CIS/Cisco_ios/12_access_rules/rule_122_set_transport_input_ssh_for_line_vty_connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
commands=dict(chk_cmd='show running-config | sec vty')
88
)
99
def rule_122_set_transport_input_ssh_for_line_vty_connections(commands, ref):
10-
assert ' transport input ssh' in commands.chk_cmd, ref
10+
assert 'transport input ssh' in commands.chk_cmd, ref

0 commit comments

Comments
 (0)