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
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
Tool :
Install - winSCP - SCP
Drag and drop - 1 machine to another machine
https://youtu.be/RsTeDuC6xHY?si=g62sUkS7iN3_LJBw
mobaxterm























































Top comments (0)