Last active
August 6, 2023 14:55
-
-
Save 1x12HD/db077ddf0dc7119e0a478d4077a8ec9b to your computer and use it in GitHub Desktop.
How to change SSH password in Debian Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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