Last active
August 6, 2023 14:55
-
-
Save 1x12HD/db077ddf0dc7119e0a478d4077a8ec9b to your computer and use it in GitHub Desktop.
Revisions
-
1x12HD revised this gist
Aug 6, 2023 . 1 changed file with 1 addition and 17 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,3 @@ 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 -
1x12HD revised this gist
Aug 6, 2023 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,17 @@ Backup SSH config file using command: sudo cp /etc/ssh/sshd_config /etc/ssh/sshd (recommended if something goes wrong on changing the password) Edit SSH config: sudo nano /etc/ssh/sshd_config ## Plugins Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below. | Plugin | README | | ------ | ------ | | Dropbox | [plugins/dropbox/README.md][PlDb] | | GitHub | [plugins/github/README.md][PlGh] | | Google Drive | [plugins/googledrive/README.md][PlGd] | | OneDrive | [plugins/onedrive/README.md][PlOd] | | Medium | [plugins/medium/README.md][PlMe] | | Google Analytics | [plugins/googleanalytics/README.md][PlGa] | -
1x12HD revised this gist
Aug 6, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ 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 (recommended if something goes wrong on changing the password) Edit SSH config: sudo nano /etc/ssh/sshd_config -
1x12HD created this gist
Aug 6, 2023 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ 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 (recommend if something goes wrong on changing the password)