added my ssh public key
This commit is contained in:
parent
6bbe37d847
commit
3ae633e14e
1 changed files with 8 additions and 0 deletions
|
@ -471,6 +471,14 @@ class sunetops {
|
|||
user => 'root'
|
||||
}
|
||||
|
||||
ssh_authorized_key {'mariah+CA747E57':
|
||||
ensure => present,
|
||||
name => 'mariah+CA747E57@nordu.net',
|
||||
key => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDLQfL3uYsqjzkKOxn9nhjDHeWdWQ5SRwcPzq7gINcwJ7omA5c7wJ4RKDqBPihJ9tp2rgM6DKKGxtSyjO6LFhkGNa86uub2PLS0ar+aRobPZ6sOeASqHbO3S1mmvZZWTQ30AFjtY98jjlvfKEI5Xu1+UKyQJqK+/UBVKlPaW6GMSYLr9Z5Uu4XS/sBPdL/ZtR95zDO9OKY8OtTufQi8Zy3pl4Q3xcOsSLZrKiEKMYDCLPlxytHD8FDDYLsgiuPlbF8/uVYYrt/LHHMkD552xC+EjA7Qde1jDU6iHTpttn7j/3FKoxvM8BXUG+QpbqGUESjAlAz/PMNCUZ0kVYh9eeXr',
|
||||
type => 'ssh-rsa',
|
||||
user => 'root'
|
||||
}
|
||||
|
||||
# OS hardening
|
||||
if $::hostname =~ /kvm/ {
|
||||
class {'bastion':
|
||||
|
|
Loading…
Add table
Reference in a new issue