This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host * | |
| Port 22 | |
| IdentityFile ~/.ssh/id_ed25519 | |
| ServerAliveInterval 120 | |
| TCPKeepAlive no | |
| # Keep this here, it's (potentially) important | |
| # https://serverfault.com/a/869394 | |
| # XAuthLocation /opt/X11/bin/xauth | |
| # Host with X11 forwarding |