-->

PUTTY SOFTWARE

1 minute read

 PUTTY


PuTTY is a free and open-source terminal emulator,

It support several  network protocols including SCP, SSH, TELNET, RLOGIN, and raw socket connection.

It can also connect to a serial ports.


it take remote access in terminal 

PUTTY  UserInterface

-----------------------------------------------------------------------------------


it take remote access in terminal first SSH install on your system

SSH = secure socket shell
SSH default port number 22

Install (SSH) on your linux system
cmd:- sudo apt install ssh
status:- service ssh status

start;- service ssh start 
stop:-service ssh stop



if you change port number :-

open / 
etc/ssh $ ls -ltr


you open config file 


etc/ssh$ vi ssh_config
you open admin

edit port number and save

-----------------------------------------------------------------------------------------------------------------------------

Login problem :-

open this path

sudo vi /etc/ssh/shd_config

type permitRootLogin no

and save


-------------------------------------------------------------------------------------------------------

connect system:- ssh <username>@<ipaddress> enter

password:- <******>














Downlaod :- Click here (64 BIT)

                       Click here (32 BIT)