Is this possible? Hi, to clarify: I would like to connect to a remote home-machine (dynamic IP) through SSH session but without using a third-party server (free or paid), just with software running in both machines.
Tox and Jami protocols seem to be able to stablish a quick p2p connection in a decentralized fashion (without the need of a central server) and I understand that this means that both protocols allow each client to find the other one, that is, to know their present IPs at all time, no matter how dynamic they are. Is this correct? If so, would be possible to use a similar mechanism to obtain at any moment the counterpart's IP and then make a SSH login using such information? If there's any other simpler way (that doesn't imply the use of any third party) please let me know, I could use anything that works. Thanks a lot!