go to  ForumEasy.com   
JavaPro  
 
 
   Home  |  MyForum  |  FAQ  |  Archive    You are not logged in. [Login] or [Register]  
Forum Home » Java Deploying » Ubuntu -- How to Enable SSH
Email To Friend  |   Set Alert To This Topic Rewarding Points Availabe: 0 (What's this) New Topic  |   Post Reply
Author Topic: Ubuntu -- How to Enable SSH
Linux
member
offline   
 
posts: 120
joined: 01/24/2011
from: San Jose, CA
  posted on: 06/30/2017 11:55:25 PM    Edit  |   Quote  |   Report 
Ubuntu -- How to Enable SSH
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



 Profile | Reply Points Earned: 0

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