Spaces:
Paused
Paused
Create sshd_config
Browse files- sshd_config +4 -0
sshd_config
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Port 22
|
| 2 |
+
PermitRootLogin yes
|
| 3 |
+
PubkeyAuthentication yes
|
| 4 |
+
AuthorizedKeysFile /root/.ssh/authorized_keys
|