aboutsummaryrefslogtreecommitdiff
path: root/modules/role/templates/backup/ssh_host_changed.info.erb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/role/templates/backup/ssh_host_changed.info.erb')
-rw-r--r--modules/role/templates/backup/ssh_host_changed.info.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/role/templates/backup/ssh_host_changed.info.erb b/modules/role/templates/backup/ssh_host_changed.info.erb
new file mode 100644
index 0000000..ebf202e
--- /dev/null
+++ b/modules/role/templates/backup/ssh_host_changed.info.erb
@@ -0,0 +1,4 @@
1Host <%= @host %> added, please send <%= @user %> key if necessary.
2<%- if File.exist?("/home/#{@user}/.ssh/id_rsa.pub") %>
3 <%= File.read("/home/#{@user}/.ssh/id_rsa.pub") %>
4<% end -%>