Skip to content
Snippets Groups Projects
Unverified Commit 9dc88072 authored by Thomas Maurice's avatar Thomas Maurice
Browse files

sshd modes

parent e3cb0c4f
Branches
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ $ sudo apt install -y sshpass ...@@ -99,7 +99,7 @@ $ sudo apt install -y sshpass
$ ansible-playbook -vi inventory -k -l all playbooks/base.yml $ ansible-playbook -vi inventory -k -l all playbooks/base.yml
``` ```
If that does not work, add it to the `~/.ssh/authorized_keys` in the `root` home folder on every one of your virtual machines. If that does not work, add it to the `~/.ssh/authorized_keys` in the `root` home folder on every one of your virtual machines, make sure the `authorized_keys` file has `600` permissions. If the permissions are too wide then sshd will refuse to use it.
While you are at it I would recommend you install docker as well using the `docker.yml` playbook While you are at it I would recommend you install docker as well using the `docker.yml` playbook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment