On 01.04-17:21, Jay Jesus Amorin wrote: [ ... ] > I have a firewall rule that allow ssh from computer-1 to computer-2 and deny > ssh from computer-2 to computer-1. > > is it possible to a tunnel *ssh **myu...@computer-2* > <myu...@computer-2>*'svn update svn+ssh://u...@computer-1/svn/data > /home/myuser' *and use the same tunnel when *svn update > svn+ssh://u...@computer-1/svn/data /home/myuser* is invoke going to > computer-1 from computer2 through ssh, when ssh not allowed from computer-2 > to computer-1.
not sure i understand precisely what you're intending here but you can open a remote tunnel via the connection 'computer-1' to 'computer-,' which would allow 'computer-2' to connect through a localhost connection, via the tunnel, back to 'computer-1'. look up '-R' instead of '-L' in the man page.