I'm use my home pc to connect to the corporate server with ssh doing something like:
ssh -p 2424 user@corporatehost.com
Then I log in remotely once more to another server in the corporate network:
ssh internalcorporatehost
Can I set a ssh tunnel to do this in one step, or are there any other ways to do that?
Comments
Post a Comment