Difference between revisions of "SSH"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Configuring SSH == | == Configuring SSH == | ||
+ | === Enabling root SSH Login === | ||
+ | /etc/ssh/sshd_config | ||
+ | |||
+ | Change | ||
+ | |||
+ | <pre> | ||
+ | PermitRootLogin without-password | ||
+ | </pre> | ||
+ | |||
+ | to | ||
+ | |||
+ | <pre> | ||
+ | PermitRootLogin yes | ||
+ | </pre> | ||
Latest revision as of 23:27, 23 April 2016
Configuring SSH
Enabling root SSH Login
/etc/ssh/sshd_config
Change
PermitRootLogin without-password
to
PermitRootLogin yes
Restarting SSH Service (daemon)
$ service ssh restart
ssh stop/waiting ssh start/running, process 1830