Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Why can't I ssh into my ubuntu antlet from the antsle?

According to antsle the password should be `antsle`, but it it not allowing me in.

root@myantsle:~ # ssh 10.1.1.15

The authenticity of host '10.1.1.15 (10.1.1.15)' can't be established.

ED25519 key fingerprint is SHA256:tJmv2GpiKjtQLzjaMMdOjE6eRFTqYY3Rbxc9ZB0ADxg.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added '10.1.1.15' (ED25519) to the list of known hosts.

[email protected]'s password: 

Permission denied, please try again.

[email protected]'s password: 

Permission denied, please try again.

[email protected]'s password: 

In the antsle docs it says that the Ubuntu KVM credentials are: User: `ubuntu`, Pass: `antsle`

In the above post I was using root as the user. Hence the successful approach would be:

root@myantsle:~ # ssh [email protected]

[email protected]'s password: 

Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-31-generic x86_64)

 * Documentation:  https://help.ubuntu.com

 * Management:     https://landscape.canonical.com

 * Support:        https://ubuntu.com/advantage

117 packages can be updated.

0 updates are security updates.

*** System restart required ***

Last login: Fri Nov 11 10:35:28 2016

ubuntu@ubuntu16:~$ 

cjhanrahan and julioaduran have reacted to this post.
cjhanrahanjulioaduran

Credentials are specified on templates section for Antsle Docs.

Templates Overview - Docs (antsle.com)

daniel.luck has reacted to this post.
daniel.luck

no idk