Browse Source

Simplify

content-update
xpetit 3 years ago
parent
commit
0a503a0a1e
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 4
      docs/ubuntu-installation.md

4
docs/ubuntu-installation.md

@ -31,10 +31,8 @@ You can add your public SSH key to access the administrator account later:
```shell
unset HISTFILE
sudo mkdir /root/.ssh
wget github.com/xpetit.keys
cat xpetit.keys | sudo tee /root/.ssh/authorized_keys
sudo wget github.com/xpetit.keys --output-document !$/authorized_keys
sudo chmod 400 !$
rm xpetit.keys
```
## OS configuration

Loading…
Cancel
Save