Re: Initiate SSH session from other side?




Ok, thank you! This means that it is enough to have autossh running on
the inside (work) computer since one can manually enter the command :
homebox$ ssh -p 6666 workusername@xxxxxxxxx
from home?

The use of having autossh running on the home computer would be to save
the work of entering the command
homebox$ ssh -p 6666 workusername@xxxxxxxxx
manually?

.