Rafał Kamiński

BlogAbout
YoutubeGithubLinkedin

[ linux ]

Setting up SSH for Ubuntu Server 23

1/20/2024

Prerequisites

  • Local system: Ubuntu + most other Linux distributions

  • Remote system: Ubuntu + most other Linux distributions, open SSH port (22)

Basic remote setup

After getting the fresh-new server, people regularly struggle with properly setting up the connection from the local system. Most of the time we get login info from the service provider including IP address, account name and password. Account name is probably ubuntu. We connect via SSH.

ssh ubuntu@100.100....
Read more