DEV Community

Ranjith srt
Ranjith srt

Posted on • Edited on

SSH - Putty SCP-winSCP


Ubuntu CLI Comments :


sudo apt install openssh-server

After installation, start and enable SSH:

Start SSH service
sudo systemctl start ssh

Enable SSH to run on boot
sudo systemctl enable ssh

Check SSH status
sudo systemctl status ssh

To get your IP address to connect via SSH:
ip a


y - yes

sudo systemctl status ssh - current status
sudo systemctl enable ssh

hostname - ranjith
hostname -i - ip address
ifconfig
ip a

window CLI Commend :
ssh ranjith@192.168.0.102
y - yes

Ubuntu machine password 

Enter fullscreen mode Exit fullscreen mode

SSH :

CLI :

sudo apt—get update
sudo apt—get install openssh—server

Tools :

Install - Putty - SSH
I - winSCP - SCP

2.32

SCP - copy files 1 machine to another machine

commend line :

Tool :

Install - winSCP - SCP

Drag and drop - 1 machine to another machine

https://youtu.be/RsTeDuC6xHY?si=g62sUkS7iN3_LJBw

mobaxterm

Enter fullscreen mode Exit fullscreen mode

Top comments (0)