Skip to content
Snippets Groups Projects
Commit c006ee25 authored by Tommy Persson's avatar Tommy Persson
Browse files

Fixing doc.

parent d8967792
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,9 @@ cd /etc/ssh ...@@ -23,6 +23,9 @@ cd /etc/ssh
sudo ssh-keygen -A sudo ssh-keygen -A
cd cd
# set password authentication to on in /etc/ssh/sshd_config # set password authentication to on in /etc/ssh/sshd_config
# this means open the file in a text editor and change the line that looks like
# PasswordAuthentication no
# and change the no to a yes
sudo service ssh start sudo service ssh start
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment