I created a public SSH key on my local computer and added it to my github account. Now I want to connect to my server (online) via terminal, in order to clone my git project to the server of my provider. In an online tutorial to connect they suggest:
ssh root@< IP-ADDRESS OF THE SERVERS>
But in my server settings I can online find the following data: SSH-Hostname,SSH-Username,SSH-Port,SSH Fingerprint
Is it possible to connect also with Hostname and Username? Because I cannot find the ip address of my provider.
Thank you