client: provide admin user in connect string
This commit is contained in:
parent
811c3d1c72
commit
0cb3aea62e
|
@ -261,8 +261,8 @@ async fn handle_command() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
Ok(instance) => {
|
Ok(instance) => {
|
||||||
println!("Instance {} created!", &instance.name);
|
println!("Instance {} created!", &instance.name);
|
||||||
println!(
|
println!(
|
||||||
"You should be able to reach it with: ssh root@{}",
|
"You should be able to reach it with: ssh {}@{}",
|
||||||
instance.lease.addr.addr,
|
&config.cloud.admin_user, instance.lease.addr.addr,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
|
Loading…
Reference in a new issue