Hello,

I've been debugging with an script to look into the box.
--- the script ---
#!/bin/bash


echo "Users==========================="
ls -la /home/

echo "Home of Scalr user=============="
ls -la /home/scalr/

echo "Content of /home/scalr/.ssh====="
ls -la /home/scalr/.ssh/

echo "Content of /root================"
ls -la /root

echo "Content of /root.ssh============"
ls -la /root/.ssh

---

--- this is the output of the script ---
Users===========================
total 12
drwxr-xr-x 3 root root 4096 Feb 7 14:00 .
drwxr-xr-x 22 root root 4096 Feb 7 14:00 ..
drwxr-xr-x 3 scalr scalr 4096 Feb 7 14:00 scalr
Home of Scalr user==============
total 24
drwxr-xr-x 3 scalr scalr 4096 Feb 7 14:00 .
drwxr-xr-x 3 root root 4096 Feb 7 14:00 ..
-rw-r--r-- 1 scalr scalr 220 Apr 9 2014 .bash_logout
-rw-r--r-- 1 scalr scalr 3637 Apr 9 2014 .bashrc
-rw-r--r-- 1 scalr scalr 675 Apr 9 2014 .profile
drwx------ 2 scalr scalr 4096 Feb 7 14:00 .ssh
Content of /home/scalr/.ssh=====
total 8
drwx------ 2 scalr scalr 4096 Feb 7 14:00 .
drwxr-xr-x 3 scalr scalr 4096 Feb 7 14:00 ..
-rw------- 1 scalr scalr *0* Feb 7 14:00 authorized_keys
Content of /root================
total 20
drwx------ 3 root root 4096 Feb 7 14:00 .
drwxr-xr-x 22 root root 4096 Feb 7 14:00 ..
-rw-r--r-- 1 root root 3106 Feb 20 2014 .bashrc
-rw-r--r-- 1 root root 140 Feb 20 2014 .profile
drwx------ 2 root root 4096 Feb 7 14:00 .ssh
Content of /root.ssh============
total 8
drwx------ 2 root root 4096 Feb 7 14:00 .
drwx------ 3 root root 4096 Feb 7 14:00 ..
-rw------- 1 root root *0* Feb 7 14:00 authorized_keys
-----

Both authorized_keys for scalr and root users are empty.

BR,

El miércoles, 10 de febrero de 2016, 18:45:26 (UTC-5), KikoV Gimeno 
escribió:
>
> Hello community,
>
> I'm trying to launch Azure VM instances (Ubuntu 1410).
> Instances got launched, but ssh keys seem not to be populated into the 
> server, so I can't login into them. I can see the instances in Azure 
> console.
>
> When I use the SSH Launcher, it opens the console and it asks for the 
> password.
>
> The console shows the following command:
> ---
>
> /usr/bin/ssh -i /Users/kikov/.ssh/scalr-ssh-keys/FARM-7--7c72f829.pem -o 
> UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no 
> -p 22 [email protected]
>
> --
> The file exists and it looks good:
>
> -rw-------@ 1 kikov  staff  668  7 feb 09:10 
> /Users/kikov/.ssh/scalr-ssh-keys/FARM-7--7c72f829.pem
>
> (Scalr 5.11.9)
>
> Am I missing something?
>
> Thanks you,
>
> BR,
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to