Wezterm tweaks, and install basic SSH config

This commit is contained in:
Zoé Cassiopée Gauthier 2024-05-27 10:36:12 -04:00
parent bf2e2e9718
commit b8b1f3f2d9

11
sshconfig Normal file
View File

@ -0,0 +1,11 @@
Host *
SetEnv TERM=xterm-256color
Host unifi.dangitzoe.wtf 192.168.1.11
User root
HostKeyAlgorithms +ssh-rsa
Host git.blorp.dev
User git
IdentityFile /home/zo/.ssh/id_rsa
Port 222