diff --git a/manifests/init.pp b/manifests/init.pp
index 207b6c4ae534bc4edb1e5d99bc314c3177a28542..4822bb31540ab5cf8271da50ae3261e487982df8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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
+  }
 }