1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

various setups

added python setup for pytorch and cuda

added guide to generate ssh key
This commit is contained in:
2021-06-18 18:42:44 +00:00
parent c9f68d3f93
commit 9305831420
2 changed files with 31 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
SSH is a network protocoll to securely connect to a computer.
## Generate new keys
To generate new ssh keys simply run `ssh-keygen -t ed25519` or
`ssh-keygen -t rsa -b 4096`.
## Enable root login via SSH
Edit the `/etc/ssh/sshd_config` and change the line containing `PermitRootLogin`