I have a Ubuntu server in one of our office Local Area Network. I want to connect my server within the LAN via Ubuntu terminal on another PC. I used below command to connect,
ssh dush@10.1.4.113
But after few days it's IP address was changed because of it's dynamic. Now I couldn't reach the server physically and I know only its username ("dush"), old dynamic IP address ("10.4.1.113") and password.
How can I connect to the server?
Is there a way to connect without current IP address?