Skip to content
Snippets Groups Projects
Commit a4516327 authored by Måns Gezelius's avatar Måns Gezelius
Browse files

Merge branch 'devel' into 'test'

Add ssh auth key

See merge request !3
parents d1859dad 0d6b0b9a
No related branches found
No related tags found
2 merge requests!4Test,!3Add ssh auth key
Pipeline #62431 passed
......@@ -30,10 +30,10 @@ class tracingcarbon {
zone => 'public',
service => 'https',
}
# ssh_authorized_key { '<name here>@liu.se':
# ensure => present,
# user => '<user here>',
# type => 'ssh-rsa',
# key => '<key here>',
# }
ssh_authorized_key { 'mange61@liu.se':
ensure => present,
user => 'mange61',
type => 'ssh-rsa',
key => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDHsZ1q+e4nD2SAx659Kv1vf3tmhQmQJ/KOe4zOk4FyJt2OUoHsv82RD4rYVXxcnGojwFjTAtYTW2B4q/f334IGY9aezow/b39kkg977bJ7AC/OU1enkWFK3nkDtkP7htVbsSeogvyHf32niyosDvW8VCTNe9DZctyJ5Eu9AB0z/tuAr++/z+9sWYtiG0sGn/rUnrAvOqWHkTR2ShZHZPyXq+UCrJXHfbJ+P9EzzgFjr2uPoFgBiCqd0Ov2/zWP3k+chGcbSSKtJ3I3Ylh49jAxB1/srct4R0o7sNOKQBnrXXTAIkDLma2ilu0dAksPjD22ZYvWgRt03u7qxQR6lOB/', # lint:ignore:140chars
}
}
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