re-enable puppet access
[mirror/dsa-puppet.git] / modules / roles / manifests / static / ssh.pp
index 0023543..35cf603 100644 (file)
@@ -10,7 +10,7 @@ class roles::static::ssh(
     target_user => 'staticsync',
     command     => "/usr/local/bin/staticsync-ssh-wrap ${::fqdn}",
     key         => $facts['staticsync_key'],
-    restrict    => 'no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-user-rc',
+    restrict    => 'restrict,pty',
     collect_tag => $add_tag,
   }
   ssh::authorized_key_collect { 'staticsync':