mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
UI hints to ssh keys and message clean up
Though the algo ssh key names are in the config file at the bottom, they don't seem to be displayed, and are easy to miss for new users.
This commit is contained in:
parent
8bcd2c076b
commit
c2689fac50
1 changed files with 4 additions and 3 deletions
|
@ -74,9 +74,10 @@ congrats: |
|
|||
"# Config files and certificates are in the ./configs/ directory. #"
|
||||
"# Go to https://whoer.net/ after connecting #"
|
||||
"# and ensure that all your traffic passes through the VPN. #"
|
||||
"# Local DNS resolver and Proxy IP address: {{ local_service_ip }} "
|
||||
"# The p12 password is {{ easyrsa_p12_export_password }} "
|
||||
"# The CA key password is {{ easyrsa_CA_password }} "
|
||||
"# Local DNS resolver and Proxy IP address: {{ local_service_ip }} #"
|
||||
"# The p12 password is {{ easyrsa_p12_export_password }} #"
|
||||
"# The CA key password is {{ easyrsa_CA_password }} #"
|
||||
"# Shell access: ssh -i algo.pem root@{{ ansible_ssh_host }} #"
|
||||
"#----------------------------------------------------------------------#"
|
||||
|
||||
SSH_keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue