From 57f7c8c437fc372c81c3925da874065a9251d202 Mon Sep 17 00:00:00 2001 From: moltenbit Date: Thu, 5 Mar 2026 12:41:43 +0100 Subject: [PATCH] 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. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 709f23e..355a2cd 100644 --- a/README.md +++ b/README.md @@ -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