How to install Open SSH server on Ubuntu
How to install and configure Open SSH server on Ubuntu.
&
How to login on putty from root login of Ubuntu 16.04
In this article we will learn that how to install and configure Open SSH Server in Ubuntu. It will help also to access Ubuntu server on putty, Hope it will resolve your all query. If you have any query and question so please comment and ping on our official mail id (onlinenetworkssolution@gmail.com).
# sudo apt-get insall openssh-server
# sudo ssh root@youripaddress
Note:- when you get error of permission denied on ssh root@localhost permission denied
By default, the SSH server deny password-based login for root.
In /etc/ssh/sshd_config, change:
PermitRootLogin without-password
to
PermitRootLogin yes
To restart SSH:
sudo service ssh restart
Hope this article help to fix your issue. if any issue please leave comment or send us email on onlinenetworkssolution@gmail.com
0 comments
Please leave your comments...... Thanks