lib/junoser/parser.rb in junoser-0.2.1 vs lib/junoser/parser.rb in junoser-0.2.2
- old
+ new
@@ -30134,11 +30134,13 @@
b(str("ssh"),
c(
a(str("root-login"), arg),
c(
str("tcp-forwarding"),
- str("no-tcp-forwarding")
+ str("no-tcp-forwarding"),
+ str("no-passwords"),
+ str("no-public-keys")
),
a(str("protocol-version"), arg),
a(str("max-sessions-per-connection"), arg),
a(str("ciphers"), arg),
a(str("macs"), arg),
@@ -30164,10 +30166,11 @@
str("ssh-ed25519")
)
)
),
a(str("connection-limit"), arg),
- a(str("rate-limit"), arg)
+ a(str("rate-limit"), arg),
+ a(str("authentication-order"), any)
)
),
b(str("telnet"),
c(
a(str("connection-limit"), arg),