DEV Community

Discussion on: How to Set up an SSH Server on a Home Computer

Collapse
 
bhavykhatri profile image
bhavykhatri • Edited

sudo restart(or stop or start) ssh

doesn't work anymore on recent ubuntu OS (16.04 and above). To start your ssh server you need to use:

sudo systemctl start ssh.

Collapse
 
sraman profile image
S.R. Aman • Edited

Hey brother! Can you tell something about eth0 and eno1? Can read you my comment above or below and help me?