X

How To SSH Enable On Ubuntu 14.04

Now I am sharing how to enable ssh to your Ubuntu 14 server. Ssh needs for remote access your server. Then run many services like as apache, mysql & PHP etc.

How To Add Windows Host In Zabbix Server
Monitor mysql Service In My Zabbix Server

Step #01: You see before ssh enable like as below picture.

Step #02: Open ssh config file then edit for enable ssh for remote login.

root@ubuntu:~# vi /etc/ssh/sshd_config

PermitRootLogin without-password

Change to

PermitRootLogin yes

For save file

Press Esc type :wq then press Enter

Step #03: Now restart ssh service for enable ssh for remote login.

root@ubuntu:~# service ssh restart
ssh stop/waiting
ssh start/running, process 1795

Step #04: You see after ssh enable like as below picture.

For more details goto my YouTube channel see video. Please subscribe my channel for more update.

 

0 0 votes
Article Rating
Admin: I am system administrator as Windows and Linux platform. I have 4 years skilled from the professional period. I have to configure Linux based system such as an Asterisk VOIP system, Network monitoring tools (ZABBIX), Virtualization (XEN Server), Cloud computing (Apache CloudStack) etc. Now share my professional skill each interested person. Thanks to all.
Leave a Comment