SENSBLUE ATLAS/Putty & WinSCP: Difference between revisions
Appearance
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
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. | 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. | ||
== | == Install PuTTY == | ||
# Download PuTTY from the official PuTTY website. ''<u>https://putty.org/index.html</u>'' | # Download PuTTY from the official PuTTY website. ''<u>https://putty.org/index.html</u>'' | ||
# Select the appropriate installer for your Windows version, usually the 64-bit MSI installer. | # Select the appropriate installer for your Windows version, usually the 64-bit MSI installer. | ||
| Line 14: | Line 13: | ||
# After installation, open PuTTY from the Windows Start menu. | # After installation, open PuTTY from the Windows Start menu. | ||
=== | === Running PuTTY === | ||
1. After launch you will be greeted with a screen like this: | 1. After launch you will be greeted with a screen like this: | ||
| Line 22: | Line 21: | ||
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"''''': | 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"''''': | ||
[[File:Putty 2.png|frameless|455x455px]] | |||
3. After a pop up screen will appear if it is the first connection with the device from this pc. Press '''''"Accept"''''' | |||
[[File:Putty 3.png|frameless|701x701px]] | |||
4. Input the credentials: | |||
'''''User:''''' pi | |||
'''''Password:''''' atlas2026 | |||
If the connection is successful it should look like this: | |||
[[File:Putty 4.png|frameless|661x661px]] | |||
== Install WinSCP == | |||
# Download WinSCP from the official WinSCP website. ''<u>https://winscp.net/eng/download.php</u>'' | |||
# Select the appropriate installer for your Windows version. | |||
# Open the downloaded file. | |||
# Follow the installation wizard | |||
# After installation, open WinSCP from the Windows Start menu. | |||
=== Running WinSCP === | |||
1. After launch you will be greeted with a screen like this: | |||
[[File:WinSCP 1.png|frameless|791x791px]] | |||
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 <code>ifconfig</code>''' | |||
[[File:WinSCP 2.png|frameless|790x790px]] | |||
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: | |||
[[File:WinSCP 3.png|frameless|779x779px]] | |||