refactor: more seamless SSH connections

This commit is contained in:
2021-10-25 11:13:41 +02:00
parent 9e0d77d5c6
commit 3d46ce6db2
3 changed files with 12 additions and 37 deletions

View File

@ -84,20 +84,7 @@ Your new Hetzner Cloud VPS has successfully been created! Here are the details:
VPS IP address: %s
VPS Root Password: %s
Here is what your SSH configuration (~/.ssh/config) might look like:
Host %s.example.com
Hostname %s
User root
Port 22
IdentityFile ~/.ssh/<your-ssh-private-key>
Remember, your "Host" value must be a valid publicly accessible domain name as
Abra uses this domain to identity servers. If you specified "--ssh-auth
password" then you may skip the IdentityFile stanza.
Once your SSH client is configured, you can access this new VPS via SSH using
the following command:
You can access this new VPS via SSH using the following command:
ssh root@%s
@ -107,7 +94,6 @@ record new") and add the server to your Abra configuration ("abra server add")
to have a working server that you can deploy Co-op Cloud apps to.
`,
internal.HetznerCloudName, ip, rootPassword,
internal.HetznerCloudName, ip,
ip,
))