Using the wonderful SSH tutorial here on afp548.com I was able to establish a secure connection to my server with the server settings application and could copy files via afp securely as well. I am not however, able to connect with the server monitor application or the workgroup manager when I create an SSH tunnel. For the workgroup manager tunnel I use ssh -L 10625:127.0.0.1:625 my.server.com and for the server monitor tunnel I use ssh -L 10311:127.0.0.1:311 my.server.com . What am I doing wrong? Why would the server settings work just fine but the server monitor and workgroup manager do not? I have also tried using Vapor but the results are the same as they are when I create the tunnels via the command line.
Comments are closed