refactor: more seamless SSH connections
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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,
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user