I am currently trying to access the VM on Azure for my Big Data course. I have already set up HortonWorks on Azure. When I try to access the VM from my Ubuntu command line with my password, I get the following error(s):'
isaac@isaac-HP-Laptop-15-bs0xx:~$ ssh isaacaktam@40.117.211.214
isaacaktam@40.117.211.214's password:
Permission denied, please try again.
isaacaktam@40.117.211.214's password:
System is booting up. See pam_nologin(8)
Connection to 40.117.211.214 closed by remote host.
Connection to 40.117.211.214 closed.
And the following too:
isaac@isaac-HP-Laptop-15-bs0xx:~$ ssh -p 8888 isaacaktam@40.117.211.214
ssh_exchange_identification: Connection closed by remote host
So, what do I need to do to solve this? Both of the above ports have everything as Any and *.
Thanks