Skip to content

Instantly share code, notes, and snippets.

@1x12HD
Last active August 6, 2023 14:55
Show Gist options
  • Save 1x12HD/db077ddf0dc7119e0a478d4077a8ec9b to your computer and use it in GitHub Desktop.
Save 1x12HD/db077ddf0dc7119e0a478d4077a8ec9b to your computer and use it in GitHub Desktop.
How to change SSH password in Debian Linux
Open SSH (I recommend using Solar-PuTTY as it is my favorite using SSH connection)
Backup SSH config file using command: sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config_backup
Edit SSH config: sudo nano /etc/ssh/sshd_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment