08-19-2019 01:00 AM
I wondering what I need to do when I connect to ssh from another network, for example if I have IP 10.10.10.1 and if I try to connect from 192.168.1.15 or 32.25.2.1. Beside the ssh config, do I need to setup a access-list do you have to be in the same network?
08-19-2019 02:59 AM
08-19-2019 04:48 AM
08-19-2019 05:31 AM
08-19-2019 12:16 PM
To supplement the information provided by @GRANT3779 what is required is basic IP connectivity between the device originating the request for SSH and the device that is the destination of the SSH request. The requestor must have a working path to the destination and the destination must have a working path to the requestor. It does not matter whether it is based on static routing, dynamic routing, or a mix of both. It only matters that IP packets successfully go between them.
It also assumes that SSH has been successfully implemented on the destination device. And it assumes that if security policies have been implemented on the destination to control SSH access that the destination device is permitted SSH access.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide