June 2025
Beginner to intermediate
473 pages
13h 30m
English
Unless you have some practical experience, you should first familiarize yourself with the ssh command (the SSH client). For this task, open a terminal and execute the following command:
> ssh user@hostname The authenticity of host 'hostname (123.124.125.126)' can't be established. ECDSA key fingerprint is SHA256:E3IH3027Bc+5DvsvtenJkma1v5nI3owg08ZZqUR2BYk. Are you sure you want to continue connecting? yes Warning: Permanently added 'hostname,123.124.125.126' (ECDSA) to the list of known hosts. user@hostname's password: **********user@hostname$ grep VERSION /etc/os-release VERSION="20.04.5 LTS (Focal Fossa)" VERSION_ID="20.04" VERSION_CODENAME=focaluser@hostname$ exit
Replace user with the account name on the relevant ...
Read now
Unlock full access