Files
dotfiles/.ssh/config

16 lines
261 B
Plaintext
Raw Normal View History

2021-10-02 18:49:28 +01:00
Host scarif
Hostname scarif.space
User chris
Port 629
2025-10-29 20:29:46 +00:00
SetEnv TERM=xterm-256color
2021-10-02 18:49:28 +01:00
Host labs
Hostname labs.scarif.space
User git
Port 629
2025-10-29 20:29:46 +00:00
SetEnv TERM=xterm-256color
2021-10-02 20:30:11 +01:00
Host *.scarif.space
Port 629
2025-10-29 20:29:46 +00:00
SetEnv TERM=xterm-256color