xxxxxxxxxx
# Log in to the Ubuntu system with the current SSH password
ssh username@ubuntu_ip_address
# Once logged in, change the password using the passwd command
passwd
# Follow the prompts to enter the old password and set a new password.
# Make sure to use a strong, secure password.