a collection of my dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
1.5 KiB

###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# My personal ssh config #
# Version 1,0.0 #
# #
###############################################################################
Include ~/.ssh/config.d/*
Host git.mike-ochmann.de box mikob miko
IdentityFile ~/.ssh/mikohosting_rsa
Host git.mike-ochmann.de
User git
HostName git.mike-ochmann.de
Host box
User miko
HostName box.mike-ochmann.de
Host mikob
User miko
HostName bus.uberspace.de
ServerAliveInterval 30
ServerAliveCountMax 3
Host miko
User mikob
HostName giacobini.uberspace.de
ServerAliveInterval 30
ServerAliveCountMax 3
Host gitlab.com
User git
HostName gitlab.com
IdentityFile ~/.ssh/massivedynamic_rsa