Use spaces for indentation
This commit is contained in:
parent
f4448935b3
commit
169585af5c
@ -7,12 +7,12 @@ Host *
|
|||||||
|
|
||||||
# Github SSH adapter for restricted networks
|
# Github SSH adapter for restricted networks
|
||||||
Host github.com
|
Host github.com
|
||||||
HostName ssh.github.com
|
HostName ssh.github.com
|
||||||
Port 443
|
Port 443
|
||||||
VisualHostKey no
|
VisualHostKey no
|
||||||
|
|
||||||
Host gist.github.com
|
Host gist.github.com
|
||||||
HostName ssh.github.com
|
HostName ssh.github.com
|
||||||
Port 443
|
Port 443
|
||||||
VisualHostKey no
|
VisualHostKey no
|
||||||
|
|
||||||
@ -37,12 +37,12 @@ Host 10.80.0.218
|
|||||||
|
|
||||||
# Default hostnames I may encounter in the wild
|
# Default hostnames I may encounter in the wild
|
||||||
Host openrepeater.local
|
Host openrepeater.local
|
||||||
HostName openrepeater.local
|
HostName openrepeater.local
|
||||||
User root
|
User root
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
|
||||||
Host raspberrypi.local
|
Host raspberrypi.local
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
User pi
|
User pi
|
||||||
|
|
||||||
Host 192.168.8.1
|
Host 192.168.8.1
|
||||||
@ -54,8 +54,8 @@ Host 192.168.8.1
|
|||||||
|
|
||||||
# Raider Robotics
|
# Raider Robotics
|
||||||
Host 10.50.24.2
|
Host 10.50.24.2
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
User admin
|
User admin
|
||||||
|
|
||||||
# Sheridan College
|
# Sheridan College
|
||||||
Host *.sheridanc.on.ca
|
Host *.sheridanc.on.ca
|
||||||
|
Loading…
x
Reference in New Issue
Block a user