--- apps/ssh/sshd2_config.orig	Wed Dec  3 14:17:28 2003
+++ apps/ssh/sshd2_config	Thu Jan  1 19:33:35 2004
@@ -22,9 +22,8 @@
 
 ## Network
 
-# Port is not commented out, as it is needed by the example startup
-# scripts. Well, the default won't likely change.
-	Port 				22
+# Port is commented out as it is specified by the startup script.
+#	Port 				22
 #	ListenAddress			any
 #	ResolveClientHostName		yes
 #	RequireReverseMapping		no
@@ -188,9 +187,9 @@
 ## subsystem definitions
 
 # Subsystems don't have defaults, so this is needed here (uncommented).
-	subsystem-sftp                  sftp-server
+#	subsystem-sftp                  sftp-server
 # Also internal sftp-server subsystem can be used.
-#	subsystem-sftp			internal://sftp-server
+	subsystem-sftp			internal://sftp-server
 
 ## Subconfiguration
 # There are no default subconfiguration files. When specified the last
