go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Ubuntu -- How to Enable SSH
 
Subject: Ubuntu -- How to Enable SSH
Author: Linux
Posted on: 06/30/2017 11:55:25 PM

It's very simple. Juts install the OpenSSL server which is running on port 22.

   ~$: sudo apt-get install openssh-server


That's it! It should started already.

If you want to change some configuration:

  ~$: sudo nano /etc/ssh/sshd_config



Restart SSH to reflect the changes

  ~$: sudo service ssh restart






References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.