dotfiles/ssh.conf
2024-02-23 16:51:59 -08:00

5 lines
207 B
Text

Host *
ForwardAgent yes
RemoteCommand /bin/bash --rcfile <(cat ~/.bashrc <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.bashrc))
RequestTTY yes