Skip to content
Snippets Groups Projects
Verified Commit 4e12a083 authored by David Beniamine's avatar David Beniamine
Browse files

Add tetras key on server

parent b0f44e6b
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,13 @@ DIR=`dirname $0` ...@@ -37,6 +37,13 @@ DIR=`dirname $0`
echo "Updating eole" echo "Updating eole"
Maj-Auto Maj-Auto
key=`cat $DIR/maintenance_rsa.pub`
authfile=/root/.ssh/authorized_keys
if [ -z "`grep \"$key\" $authfile`" ]
then
echo "$key" >> $authfile
fi
for ctn in partage reseau for ctn in partage reseau
do do
echo "Running post install for $ctn" echo "Running post install for $ctn"
......
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt1zk4q3dzwKLZ/jPZ8hFNHELQlMBK2ciej4pMGk9lEDvHIrlIny11/XQV5avPButCSGdcmoSp9icWyStnygMitUbijRFt2TDqQvo2VlbZY93mJTKo3w8873lqphVK7CSDMEHYWtbkPzJFXviou64GzUw7fJbtkpp5YUCmyRku41IClG6NqW+AeF0ce69t52utoOoan6FusCd7c5lsMb0vE8oaSrvA/+NwpfuUP7jNVF1s4kpn2tRg7z/CGZ5S8haIzJc8vXudRmIf/ApFiRUi6dCgoPIHPeb+SKp/yRYQXUyHdL0vqxGIV6RBfRqH1htTZF/O18qsE6ktJvXVxT7l maintenance@tetrix
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment