clean up networking

This commit is contained in:
2026-04-27 12:59:27 +02:00
parent 1994d9fbb3
commit ea4f44e096
8 changed files with 10 additions and 168 deletions

View File

@@ -33,6 +33,7 @@ Then start that service:
```sh
sudo systemctl start sshd
```
Test it works by using ssh into your own system, from inside:
@@ -77,6 +78,7 @@ Look at your keys:
```sh
ls ~/.ssh
ls -l ~/.ssh
```
You can share the one ending in `.pub` freely.
@@ -86,6 +88,7 @@ Now send those keys to a remote computer:
```sh
ssh-copy-id ${username}@{ip_address}
ssh ${username}@{ip_address}
```
Now you can log in without a password.