Untill an update is out where we can connect via a non-standard SSH port you can do the same as VAPOR via some advanced terminal commands. Check the SSH article on this website for some more information on this….
Below is an example of a reverse AFP connection via SSH :
(type this at your office machine to create a reverse tunnel to your home machine)
ssh -l username -p 5022 my.home.ip -R 10001:127.0.0.1:548 sleep 900000
At home use this address to connect to the office machine
afp://127.0.0.1:10001
Recent Comments