debug1: Next authentication method: publickey
debug1: Offering public key: RSA SHA256:<hidden to prevent preimage attacks> /home/ddvento/.ssh/id_rsa
debug3: send_pubkey_test
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/ddvento/.ssh/id_dsa
debug3: no such identity: /home/ddvento/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/ddvento/.ssh/id_ecdsa
debug3: no such identity: /home/ddvento/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: /home/ddvento/.ssh/id_ed25519
debug3: no such identity: /home/ddvento/.ssh/id_ed25519: No such file or directory
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
And I confirmed with ssh-keygen -lf .ssh/id_rsa.pub -E md5 that this fingerprint is not the one of the ssh public key of the server I am running terraform/openstack from. Why this may be happening? What is stebird@jbm2 and where is it coming from?
@vanderwb small progress, but not enough to make a dent
I am strictly following the directions of https://zonca.github.io/2019/02/kubernetes-jupyterhub-jetstream-kubespray.html and everything works until the
ssh ubuntu@$IP
(I suspect that ansible will not work since it uses ssh).The final part of
ssh -vvv ubuntu@$IP
isIf I go into the Instance Console Log on the https://tacc.jetstream-cloud.org/dashboard/ I see:
And I confirmed with
ssh-keygen -lf .ssh/id_rsa.pub -E md5
that this fingerprint is not the one of the ssh public key of the server I am running terraform/openstack from. Why this may be happening? What isstebird@jbm2
and where is it coming from?@vanderwb small progress, but not enough to make a dent