ssh config
This commit is contained in:
parent
9622ad5929
commit
eef703140e
@ -24,6 +24,13 @@ Host mc.homieho.me
|
|||||||
PreferredAuthentications password
|
PreferredAuthentications password
|
||||||
PubkeyAuthentication no
|
PubkeyAuthentication no
|
||||||
|
|
||||||
|
Host 10.80.0.218
|
||||||
|
User root
|
||||||
|
PreferredAuthentications password
|
||||||
|
PubkeyAuthentication no
|
||||||
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
|
HostKeyAlgorithms=+ssh-rsa
|
||||||
|
|
||||||
# IndustrialBrothers domain
|
# IndustrialBrothers domain
|
||||||
Host ib-*
|
Host ib-*
|
||||||
Hostname %h.industrialbrothers.com
|
Hostname %h.industrialbrothers.com
|
||||||
@ -51,7 +58,14 @@ Host openrepeater.local
|
|||||||
|
|
||||||
Host raspberrypi.local
|
Host raspberrypi.local
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
User pi
|
User pi
|
||||||
|
|
||||||
|
Host 192.168.8.1
|
||||||
|
User root
|
||||||
|
PreferredAuthentications password
|
||||||
|
PubkeyAuthentication no
|
||||||
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
|
HostKeyAlgorithms=+ssh-rsa
|
||||||
|
|
||||||
# Raider Robotics
|
# Raider Robotics
|
||||||
Host 10.50.24.2
|
Host 10.50.24.2
|
||||||
@ -62,7 +76,7 @@ Host 10.50.24.2
|
|||||||
Host atlas
|
Host atlas
|
||||||
User prattene
|
User prattene
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
RemoteCommand ~/.local/bin/zsh --login
|
# RemoteCommand ~/.local/bin/zsh --login
|
||||||
|
|
||||||
Host sheridan-cpanel
|
Host sheridan-cpanel
|
||||||
User prattene
|
User prattene
|
||||||
@ -86,3 +100,8 @@ Host sdf.org
|
|||||||
user ewpratten
|
user ewpratten
|
||||||
PreferredAuthentications password
|
PreferredAuthentications password
|
||||||
PubkeyAuthentication no
|
PubkeyAuthentication no
|
||||||
|
|
||||||
|
# Personal Infra
|
||||||
|
Host oci-arm
|
||||||
|
HostName oci-arm.ip.ewp.fyi
|
||||||
|
User ubuntu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user