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:
		
							parent
							
								
									ca6bd29ed8
								
							
						
					
					
						commit
						00e3526d9a
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue