Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: SSH on different port #354570
    livio
    Participant

    I’m looking forward to this update…

    Nice to see the new features that we have suggested !

    in reply to: SSH on different port #354561
    livio
    Participant

    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

    Note that my SSH server is running on port 5022

    Livio

    in reply to: suggestion #354551
    livio
    Participant

    Can you also add the [b:ec01ccae72]reverse connection[/b:ec01ccae72] as described in your SSH article on this website?

Viewing 3 posts - 1 through 3 (of 3 total)