yadm-config/.ssh/config
2025-09-27 15:15:30 +02:00

62 lines
1.1 KiB
Text

Host *
SetEnv TERM=xterm-256color
Host webserver
HostName h2995861.stratoserver.net
User michel
IdentityFile ~/.ssh/webserver.key
Host rpi5
HostName 192.168.178.33
User michel
IdentityFile ~/.ssh/webserver.key
Host git.iedsoftworks.com
HostName git.iedsoftworks.com
User git
Port 2222
IdentityFile ~/.ssh/git.iedsoftworks.com.key
Host secrets-git-host
HostName git.iedsoftworks.com
User git
Port 2222
IdentityFile ~/.ssh/git.iedsoftworks.com.key
Host home
HostName home.server
User michel
IdentityFile ~/.ssh/home.key
Host git.php.fail
HostName git.php.fail
Port 2222
IdentityFile ~/.ssh/git_php_fail.key
User git
Host github.com
HostName github.com
IdentityFile ~/.ssh/github.key
User git
Host gameserver
HostName 85.215.131.106
IdentityFile ~/.ssh/pandorasboxserver.key
User fedde
Host stash.miovent.de
HostName stash.miovent.de
Port 7999
User git
IdentityFile ~/.ssh/work-bitbucket.key
Host vagrant
HostName localhost
Port 2222
User vagrant
IdentityFile ~/.ssh/vagrant
Host essential
HostName essential.server
User michel
IdentityFile ~/.ssh/essential_home.key