Tuesday, March 13, 2018

SSH on Windows via Putty

PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers.

On blog.nostratech.com search's result:



So, here is step by step to connect ssh nostra@172.16.0.50 on windows.

Ssh (Secure Shell) on command prompt or power shell on windows doesn't work. Unless, it had been setup correctly. So, instead of setup ssh on command prompt. Step by step:

1. Download Putty.
Download here:
 - https://www.putty.org/

2. Insert IP.



3. Save Configuration.



So, it can be used later. To load the configuration, just click the name, then click Load.



4. Open.










5. Insert Username.



6. Insert Password

 

7. Ta da, you're connected to ssh nostra@172.16.0.50.




Extras. Method -> Explanation:

ls -> to see the files and folders
cd [folderName] -> to go into a folder
less [fileName] -> to see a file
less config:
?Error -> To search Older Error text on a file
/Error -> To search Newer Error text on a file

No comments:

Post a Comment