SSH transparency
by max21 from LinuxQuestions.org on (#51W4Q)
I have two servers which lives in difference datacenters and they will only interact with each other across the internet. No public access is allowed and at least one of the servers needs to hide its IP from the other datacenter to the fullest.
Server-A is dedicated with IPMI and server-B is a KVM vps server.
I want to initiate a permanent connection between the two using SSH. My question is which provider will not see the other provider IP when using ssh.
1 - Would it be server-A the ssh client?
2 - Or would it be server-B the ssh server?
3 - If possible or not; I also need to know which is better use, plain ssh or a ssh tunnel?


Server-A is dedicated with IPMI and server-B is a KVM vps server.
I want to initiate a permanent connection between the two using SSH. My question is which provider will not see the other provider IP when using ssh.
1 - Would it be server-A the ssh client?
2 - Or would it be server-B the ssh server?
3 - If possible or not; I also need to know which is better use, plain ssh or a ssh tunnel?