| Sign In/My Account | View Cart |
| Article: |
Inside SSH, Part 3 | |
| Subject: | Does Finder do ssh correctly? | |
| Date: | 2004-08-02 10:30:31 | |
| From: | kao | |
| Does Finder do ssh correctly? Or have I missed something? Following François' article I have ssh working fine from the shell but when I try to connect to the server from a Finder network browse I get a message that the server does not support secure connections through ssh. -K | ||
Showing messages 1 through 3 of 3.
Does Finder do ssh correctly?
Does Finder do ssh correctly?
SSH, as a command-line tool, requires that you use the Terminal in order to connect to a remote server. In order to transfer data through SSH by using a GUI, you may want to look at third-party applications like Fugu (http://rsug.itd.umich.edu/).
The message you see is likely to appear when you use the "Connect to server" menu, available through the Finder. However, by using it, you are establishing an AFP connection : the Finder is merely informing you that the computer to which you are connecting does not support SSH tunneling for the AFP connection. Unless you are establishing a connection to a specially configured AFP server, this is expected behavior and does not indicate an issue.
Let me know if this helps!
F.J.