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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user