[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sshproxy-dev] Changes to sshproxy/INSTALL
From: |
David Guerizec |
Subject: |
[sshproxy-dev] Changes to sshproxy/INSTALL |
Date: |
Thu, 04 Aug 2005 05:32:50 -0400 |
Index: sshproxy/INSTALL
diff -u sshproxy/INSTALL:1.1 sshproxy/INSTALL:1.2
--- sshproxy/INSTALL:1.1 Thu Jul 21 09:43:36 2005
+++ sshproxy/INSTALL Thu Aug 4 09:32:50 2005
@@ -52,7 +52,7 @@
Issue the following command:
- ./SSH -P localhost -u david localhost
+ ./SSH -P address@hidden localhost
You may change the user 'david' to reflect the one you put in
the 'login' table.
@@ -63,4 +63,16 @@
You're now in the SFTP console. You can type 'help' to get
some explanations about SFTP console commands.
Type 'quit' to come back to the SSH session.
+
+
+Troubleshooting
+---------------
+
+If you experience locks when you try to connect to a remote site,
+change the /etc/ssh/sshd_config file on the remote site to read:
+
+PasswordAuthentication yes
+
+This is a known bug of sshproxy, and will hopefully be fixed soon.
+
- [sshproxy-dev] Changes to sshproxy/INSTALL,
David Guerizec <=