initial commit
This commit is contained in:
12
.ssh/config
Normal file
12
.ssh/config
Normal file
@@ -0,0 +1,12 @@
|
||||
Host raspi-local
|
||||
HostName 192.168.0.86
|
||||
User pi
|
||||
|
||||
Host raspi
|
||||
HostName ssh.rwiesner.com
|
||||
User pi
|
||||
ProxyCommand cloudflared access ssh --hostname %h
|
||||
|
||||
Host prod
|
||||
HostName 159.195.46.178
|
||||
User production
|
||||
Reference in New Issue
Block a user