> I think you need to replace: > > ssh -R 7071:127.0.0.1:22 -p 22 user@home_ip_address > > with > > ssh -R 7071:IP_WORK_COMPUTER:22 -p 22 user@home_ip_address > > also, try passing the -v for verbose for debugging. > > cheers, > --scm Thanks, I tried changing the IP but got the same error.