summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-08-26 19:10:26 +0200
committermh <mh@immerda.ch>2012-08-26 19:10:26 +0200
commitce47b742e20ed8a9efc11aca1b7c8df6807c3dfe (patch)
treef6921884842755e57e70abbe2ebe8aec7de012d6 /templates
parent5b86606d59b0393a68678da322e0c794d6a8e658 (diff)
fix variable name
Diffstat (limited to 'templates')
-rw-r--r--templates/sshd_config/OpenBSD.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/OpenBSD.erb b/templates/sshd_config/OpenBSD.erb
index fd5bb17..aa92eb6 100644
--- a/templates/sshd_config/OpenBSD.erb
+++ b/templates/sshd_config/OpenBSD.erb
@@ -95,7 +95,7 @@ AllowTcpForwarding <%= scope.lookupvar('sshd::tcp_forwarding') %>
X11Forwarding <%= scope.lookupvar('sshd::x11_forwarding') %>
#X11DisplayOffset 10
#X11UseLocalhost yes
-PrintMotd <%= scope.lookupvar('sshd::sshd_print_motd') %>
+PrintMotd <%= scope.lookupvar('sshd::print_motd') %>
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no