Robotics StackExchange | Archived questions

Password not working for SSH?

I cannot log in to my Turtlebot or Husky robot via SSH for some reason. I know for sure I have the password correct, but it just keeps asking for password until I run out of attempts and it disconnects. I can log into the robot's computer by just hooking up a monitor and keyboard though.

Any idea why this is or how to fix? Much appreciated.

huskyuser@husky-laptop:~$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@192.168.0.113
Warning: Permanently added '192.168.0.113' (ECDSA) to the list of known hosts.
Password:
Password:
Password:
ubuntu@192.168.0.113's password: 
Permission denied, please try again.
ubuntu@192.168.0.113's password: 
Permission denied, please try again.
ubuntu@192.168.0.113's password: 
Received disconnect from 192.168.0.113 port 22:2: Too many authentication failures
Disconnected from 192.168.0.113 port 22

Asked by jacob7 on 2022-07-13 15:11:26 UTC

Comments

Answers