From d858f65caa4035faf988914be1856c609c36d26d Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 11 Dec 2019 18:00:43 +0100 Subject: [PATCH] congrats message fix --- config.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cfg b/config.cfg index 53bd5b2..547b364 100644 --- a/config.cfg +++ b/config.cfg @@ -98,7 +98,7 @@ dns_servers: # Supports on MacOS and Linux only (including Windows Subsystem for Linux) pki_in_tmpfs: true -# Set this to 'true' when running './algo update-users' if you want ALL users to get new certs, not just new users. +# Set this to 'true' when running './algo update-users' if you want ALL users to get new certs, not just new users. keys_clean_all: false # StrongSwan log level @@ -138,7 +138,7 @@ congrats: ca_key_pass: | "# The CA key password is {{ CA_password|default(omit) }} #" ssh_access: | - "# Shell access: ssh -i {{ SSH_keys.private }} {{ ansible_ssh_user|default(omit) }}@{{ ansible_ssh_host|default(omit) }} -p {{ ssh_port }} #" + "# Shell access: ssh -F configs/{{ ansible_ssh_host|default(omit) }}/ssh_config algo #" SSH_keys: comment: algo@ssh