bitreich-drist

fork of bitreich.org/drist
git clone git://git.pyratebeard.net/bitreich-drist.git
Log | Files | Refs | README | LICENSE

commit a1e02b7cc16011a0321aeadb17c4560ce72cd446
parent 44756b34c121b56dd90e470f98d042cb4268fed1
Author: Solene Rapenne <solene@perso.pw>
Date:   Wed, 18 Jul 2018 17:56:36 +0200

add example for ssh keys

Diffstat:
Aexamples/ssh_keys/Makefile | 3+++
Aexamples/ssh_keys/employees/edouard/id_rsa.pub | 1+
Aexamples/ssh_keys/employees/georgette/id_rsa.pub | 1+
Aexamples/ssh_keys/employees/robert/id_rsa.pub | 1+
Aexamples/ssh_keys/files/home/remote_user/.ssh/authorized_keys | 3+++
5 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/examples/ssh_keys/Makefile b/examples/ssh_keys/Makefile @@ -0,0 +1,3 @@ +all: + mkdir -p files/home/remote_user/.ssh/ + cat employees/*/id_rsa.pub > files/home/remote_user/.ssh/authorized_keys diff --git a/examples/ssh_keys/employees/edouard/id_rsa.pub b/examples/ssh_keys/employees/edouard/id_rsa.pub @@ -0,0 +1 @@ +edouard key diff --git a/examples/ssh_keys/employees/georgette/id_rsa.pub b/examples/ssh_keys/employees/georgette/id_rsa.pub @@ -0,0 +1 @@ +goergette ki diff --git a/examples/ssh_keys/employees/robert/id_rsa.pub b/examples/ssh_keys/employees/robert/id_rsa.pub @@ -0,0 +1 @@ +robert qui diff --git a/examples/ssh_keys/files/home/remote_user/.ssh/authorized_keys b/examples/ssh_keys/files/home/remote_user/.ssh/authorized_keys @@ -0,0 +1,3 @@ +edouard key +goergette ki +robert qui