mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 09:07:04 +02:00
ssh fixes
This commit is contained in:
parent
00e4bcc1ec
commit
0cd4084aa4
1 changed files with 0 additions and 8 deletions
|
@ -54,11 +54,3 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@op
|
|||
# TODO: I haven't seen anyone review these yet
|
||||
# PubkeyAcceptedKeyTypes ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519
|
||||
|
||||
{% if ssh_tunneling_enabled is defined and ssh_tunneling_enabled == "y" %}
|
||||
Match Group algo
|
||||
AllowTcpForwarding remote
|
||||
AllowAgentForwarding no
|
||||
AllowStreamLocalForwarding no
|
||||
PermitTunnel no
|
||||
X11Forwarding no
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue