mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
Added ssh config
This commit is contained in:
78
.ssh/config
Normal file
78
.ssh/config
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
Include ~/.ssh/*_config
|
||||||
|
|
||||||
|
Host imm
|
||||||
|
HostName 10.0.0.114
|
||||||
|
User USERID
|
||||||
|
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
|
||||||
|
|
||||||
|
Host *
|
||||||
|
AddKeysToAgent yes
|
||||||
|
UseKeychain yes
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host apollo
|
||||||
|
HostName 10.0.0.41
|
||||||
|
User kevin
|
||||||
|
|
||||||
|
# Host imm
|
||||||
|
# HostName 10.0.0.114
|
||||||
|
# User userid
|
||||||
|
|
||||||
|
Host janus
|
||||||
|
HostName 10.0.0.42
|
||||||
|
User root
|
||||||
|
Host mainframe
|
||||||
|
HostName 10.0.0.51
|
||||||
|
User kevin
|
||||||
|
|
||||||
|
Host plex
|
||||||
|
HostName 10.0.0.44
|
||||||
|
User kevin
|
||||||
|
|
||||||
|
Host api
|
||||||
|
HostName 10.0.0.45
|
||||||
|
User kevin
|
||||||
|
|
||||||
|
Host xoa
|
||||||
|
HostName 10.0.0.43
|
||||||
|
User kevin
|
||||||
|
|
||||||
|
Host i2c
|
||||||
|
HostName 10.0.0.69
|
||||||
|
User pi
|
||||||
|
|
||||||
|
Host macserver
|
||||||
|
HostName 10.0.0.31
|
||||||
|
User macserver
|
||||||
|
|
||||||
|
Host airplay
|
||||||
|
HostName 10.0.0.21
|
||||||
|
User pi
|
||||||
|
|
||||||
|
Host hub
|
||||||
|
HostName 10.0.0.25
|
||||||
|
User pi
|
||||||
|
|
||||||
|
Host ntnu
|
||||||
|
Hostname login.stud.ntnu.no
|
||||||
|
User komidboe
|
||||||
|
|
||||||
|
Host chip2
|
||||||
|
Hostname 10.0.0.67
|
||||||
|
User chip
|
||||||
|
|
||||||
|
Host zerow
|
||||||
|
Hostname 10.0.0.68
|
||||||
|
User pi
|
||||||
|
|
||||||
|
Host kevinmidboe
|
||||||
|
Hostname kevinmidboe.com
|
||||||
|
Port 2222
|
||||||
|
User kevinmidboe
|
||||||
|
|
||||||
|
Host curtain
|
||||||
|
Hostname 10.0.0.9
|
||||||
|
User pi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user