linux - Cannot connect to Azure Ubuntu VM - Public Key Denied -
we have been using ubuntu vm's on azure time , had problems. however, 1 of vms has gone bonkers lately. out of blue, ubuntu vm starts rejecting public key -
ssh -i ~/azure.key abc@xyz.cloudapp.net
permission denied (publickey).
verbose gives me more confusing signs -
~$ ssh -i -v -v -v ~/azure.key abc@xyz.cloudapp.net
warning: identity file -v not accessible: no such file or directory.
openssh_5.9p1 debian-5ubuntu1.1, openssl 1.0.1 14 mar 2012
debug1: reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: applying options *
debug2: ssh_connect: needpriv 0
ssh: not resolve hostname /home/abc/azure.key: name or service not known
wondering if saw problem or can suggest ideas/solutions?
how following?
$ ssh -i ~/azure.key -v -v -v abc@xyz.cloudapp.net
Comments
Post a Comment