Remove Protocol 2 line in ssh config

Fixes #118 
Protocol option does not exist anymore, throws errors and suggests that a Protocol 1 still exists, which it doesn't.
This commit is contained in:
moltenbit
2026-03-05 12:41:43 +01:00
committed by GitHub
parent 75e4db1d00
commit 57f7c8c437

View File

@@ -554,9 +554,6 @@ SSH is a door into your server. This is especially true if you are opening ports
# Log sftp level file access (read/write/etc.) that would not be easily logged otherwise.
Subsystem sftp internal-sftp -f AUTHPRIV -l INFO
# only use the newer, more secure protocol
Protocol 2
# disable X11 forwarding as X11 is very insecure
# you really shouldn't be running X on a server anyway
X11Forwarding no