mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2026-03-24 05:22:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user