What's new

Closed How install ssh server debian linux

Status
Not open for further replies.

PHsupreme

Honorary Poster
Joined
Jul 17, 2016
Posts
332
Reaction
66
Points
133
Install openssh server on Debian 8

First update the apt source list using apt-get update command.

apt-get update

Then install the openssh server on debian using apt-get install command.

apt-get install openssh-server

Now start and enable the debian ssh server to start at system reboot.

systemctl start ssh.service

systemctl enable ssh.service

Also run netstat command to make sure that ssh port 22 is open and running.

netstat -tulnp | grep 22

install-ssh-debian.png
You can view the status of the ssh server using systemctl command.

systemctl status ssh.service

ssh-server-status-debian.png

Done Enjoy
 

Attachments

Anung panel poh sir? Kuha ka lang nang vps tapos install mo yung nasa tut ay pagkatapos yun na gamitin mong server para sa pag gawa nang personal mong EHI
saan ko po i oopen yan sir sa vitbise po ba oh sa putty yung server panel sana sir yung vps ocs panel po
 
Status
Not open for further replies.
Back
Top