Jump to content

Putty & WinSCP

From ATRONIA Wiki


Introduction

Putty is a free and open-source terminal emulator/serial console. It supports many network protocols like SCP, SSH, Telnet serial ports, etc... PuTTY is particularly useful because it allows users to remotely access and manage devices such as Raspberry Pi computers, Linux servers, network equipment and embedded systems. Through an SSH connection, it is possible to open a command-line terminal on a remote device and execute commands as if a keyboard and monitor were connected directly to it.

WinSCP is a windows program that lets you access and manage files on another device remotely from your own PC. It allows the user to copy, delete, rename files, create folders, without having to type commands in a terminal.

1. Install PuTTY

  1. Download PuTTY from the official PuTTY website. https://putty.org/index.html
  2. Select the appropriate installer for your Windows version, usually the 64-bit MSI installer.
  3. Open the downloaded file.
  4. Follow the installation wizard
  5. After installation, open PuTTY from the Windows Start menu.

2. Running PuTTY

1. After launch you will be greeted with a screen like this:



2. Establish a SSH connection to the desired device by inputting the device's IP address like the image below choose SSH connection type and press "Open":

3. After a pop up screen will appear if it is the first connection with the device from this pc. Press "Accept"

4. Input the credentials:

User: pi

Password: atlas2026

If the connection is successful it should look like this:

1.Install WinSCP

  1. Download WinSCP from the official WinSCP website. https://winscp.net/eng/download.php
  2. Select the appropriate installer for your Windows version.
  3. Open the downloaded file.
  4. Follow the installation wizard
  5. After installation, open WinSCP from the Windows Start menu.

2. Running WinSCP

1. After launch you will be greeted with a screen like this:

2. Establish a SSH connection to the desired device by inputting the device's IP address like the image below choose SSH connection type and press "Open": Note: Device IP address can be obtained via SSH with ifconfig


3. After a pop up screen will appear asking for the SSH credentials of the device the user is trying to gain access.

Input the credentials:

User: pi

Password: atlas2026

If the connection is successful it should look like this: