Differences between version 17 and revision by previous author of SSHErrors.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 17 | Last edited on Sunday, September 25, 2005 5:37:04 am | by BadPirate | Revert |
Older page: | version 16 | Last edited on Tuesday, June 7, 2005 11:57:18 am | by PerryLorier | Revert |
@@ -73,9 +73,9 @@
If you get an error similar to <tt>Permission denied (publickey).</tt> you probably have not put your public key into the authorized_keys file in ~/.ssh or else you may have corrupted that file.
!!! <tt>channel ''n'': open failed: administratively prohibited: open failed</tt>
-Dispite
this error message, this just means it wasn't able to open a port forward,
the reason I had
for this
is that the name I
'd given in
the -L was incorrect
.
+Despite
this error message, this just means it wasn't able to open a port forward. Generally this is because
the address you have set
for port forwarding
is wrong, or the port
that you are pointing to is incorrect. Check your -L or -R options for accuracy. This is also
the message you
'll get if your slave SSH server is running port filtering software like "Little Snitch" or have a firewall setup on
the slave side
.
----
Part of CategorySecurity, CategoryNetworking, CategoryErrors