diff --git a/manifests/examfiles.pp b/manifests/examfiles.pp
index 709b25ca8e8a57a8811ad6da434f440c95edd8a9..e0c5e346d4aea798104db68a53569be64e698ad0 100644
--- a/manifests/examfiles.pp
+++ b/manifests/examfiles.pp
@@ -36,6 +36,14 @@ class aes::examfiles {
     groups +> liuitdrs,
   }
 
+  ssh_authorized_key { 'additional jumphost-bound key for andma54':
+    ensure  => present,
+    user    => 'andma54',
+    type    => 'ed25519',
+    key     => 'AAAAC3NzaC1lZDI1NTE5AAAAIO6m2NB9B5Dv6mXfhQNTX5hnGh9jtMYgrqZcCcmYirZa',
+    require => User['andma54'],
+  }
+
   file { '/examfiles' :
     ensure => directory,
     mode   => '0775',