From 33511ce8dd61b299da6f45072261d7555e65d421 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 8 Sep 2019 00:12:21 +0200 Subject: [PATCH] add a comment saying which host a key comes from --- modules/ssh/manifests/authorized_key_add.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ssh/manifests/authorized_key_add.pp b/modules/ssh/manifests/authorized_key_add.pp index 6c644c044..24a89d9bc 100644 --- a/modules/ssh/manifests/authorized_key_add.pp +++ b/modules/ssh/manifests/authorized_key_add.pp @@ -28,6 +28,7 @@ define ssh::authorized_key_add( target => "/etc/ssh/userkeys/${target_user}", order => '200', content => @("EOF"), + # from ${::fqdn} command="${command}",from="${from}",restrict ${key} | EOF } -- 2.20.1