]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssh
Revert "core123: Ship updated usbutils"
[ipfire-2.x.git] / lfs / openssh
index 2db56b09cc3b0631c89a38580a67fb881e3f1358..a88b2d126133cbdd30465476871f5981dceb6817 100644 (file)
@@ -82,11 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
-       sed -i -e 's/^#\?Port .*$$/Port 222/' \
+       sed -i -e 's/^#\?Port .*$$/Port 22/' \
                -e 's/^#\?Protocol .*$$/Protocol 2/' \
                -e 's/^#\?LoginGraceTime .*$$/LoginGraceTime 30s/' \
                -e 's/^#\?PubkeyAuthentication .*$$/PubkeyAuthentication yes/' \
-               -e 's/^#\?PasswordAuthentication .*$$/PasswordAuthentication yes/' \
+               -e 's/^#\?PasswordAuthentication .*$$/PasswordAuthentication no/' \
                -e 's/^#\?MaxStartups .*$$/MaxStartups 5/' \
                -e 's/^#\?IgnoreUserKnownHosts .*$$/IgnoreUserKnownHosts yes/' \
                -e 's/^#\?UsePAM .*$$//' \