Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created July 10, 2024 13:38
Show Gist options
  • Save Ademking/bfa87b1672fea0d5ea01682677bd709a to your computer and use it in GitHub Desktop.
Save Ademking/bfa87b1672fea0d5ea01682677bd709a to your computer and use it in GitHub Desktop.
OVH: Reset VPS password
sudo mkdir /mnt/sdb
sudo mount /dev/sdb1 /mnt/sdb
chroot /mnt/sdb"
passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment