SDK Manager Connecting to Jetson TX2: Incorrect Username and Password

Thanks xiao3.

SDK Manager tries to automatically fill in password according to prompt in terminal. It seems that the default password prompt is changed when setting up ssh connection to Jetson TX2. SDK Manager thought the prompt was sent from host thus entered host password. The default password prompt pattern is:
@<TX2_IP_Address>'s password:
Now the prompt is:
Password:

There are two ways to solve the problem:

  1. Reset the password prompt when ssh connectting to Jetson TX2.
  2. Temporarily change the TX2 password to be the same as host sudo password.