Skip to content

Commit 3f37aae

Browse files
committed
setup: Replace SSH with Tailscale
1 parent 134abb5 commit 3f37aae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ sudo tar -C /opt -xzf nvim-linux64.tar.gz
3333
export PATH="$PATH:/opt/nvim-linux64/bin"
3434
```
3535

36+
```
37+
curl -fsSL https://tailscale.com/install.sh | sh
38+
```
39+
3640
Update alternatives:
3741

3842
```shell
@@ -90,7 +94,5 @@ infocmp -x | ssh YOUR-SERVER -- tic -x -
9094
## Post-install checklist
9195

9296
- [ ] Add me to the `docker` group: `usermod -aG docker ${USER}`
93-
- [ ] SSH hardening.
94-
- [ ] Setup SSH keys: `ssh-keygen -t ed25519 -C "${USER:?}@$(hostname -f)"`
9597
- [ ] Ubuntu Live Patch: https://ubuntu.com/advantage
9698
- [ ] Configure a [Docker Credential Helper](https://github.com/docker/docker-credential-helpers/) in `~/.docker/config.json`.

0 commit comments

Comments
 (0)