Skip to content

[IMP] Avoid ssh access w/ password and block root ssh access (nor pass neither ssh-key)

@moylop260 with this you avoid to be asked for the password when try to ssh a server:

Try so ssh with root:

a

And also tested adding a key to the root user:

c

Then added the root key to the shippable use to be sure we can connect:

d

With shippable (no added key):

b

The users can be added using https://github.com/<username>.keys, with this you can keys the .pub keys the user have registered in github if you know the username, I tried with different formats for git log but only could get the actual registered name:

e

We have used it a few times, but in some way we have the user login, in Orchest for example and in the Ansible files used to install the servers:

f

Merge request reports