yadm-config/.ssh/config
2025-04-08 21:23:47 +02:00

30 lines
555 B
Text

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 home
HostName home
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 pandorasboxserver
HostName 85.215.131.106
IdentityFile ~/.ssh/pandorasboxserver.key
User fedde