Support SSH config for acer machine

I'd like to setup a NixOS machine that runs in my flat to host my blog and other
projects. For now it's a slow Acer running Manjaro Linux. I'm hoping that I can
install NixOS on it remotely over SSH. But first! SSH access...

I setup port forwarding from my router to this machine for:
- HTTP
- HTTPS
- SSH
This commit is contained in:
William Carroll 2020-02-18 23:29:07 +00:00
parent ca6bd29ed8
commit 00e3526d9a

View file

@ -10,6 +10,11 @@ Host gcp
User wpcarro
Hostname 35.246.93.73
# Laptop running in my flat
Host flattop
User wpcarro
Hostname 84.92.33.141
# Raspberry Pi home computer
# router_public_ip: 150.143.40.77
# private_ip: 192.168.1.67