This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps.

How to use MobaXterm to connect to the Raspberry Pi using SSH. Download and install the free Home Edition: https://mobaxterm.mobatek.net/download.html

Start MobaXterm.

Create a new session by right clicking User Session and click New session.

Click SSH, enter your Raspberry Pi IP address, check Specify username, and enter your username.
Click OK to connect.

Accept the warning for remote server identification has changed.

Enter your password.

Select Yes or No to save your password, if MobaXterm asks.

You now have a SSH access to the Raspberry Pi.

Clicking the star will display your sessions. Double clicking the newly created session will open another tab and connection to your Raspberry Pi.

Now that you can access the Raspberry Pi using MobaXterm, execute these commands to update and upgrade the system.

apt update -y
apt upgrade -y

With access to the Raspberry Pi and the system upgraded, check out the next post in this series to continue: Using Keys to help secure OpenSSH

Share this content: