dotfiles/ssh.conf

6 lines
207 B
Text
Raw Normal View History

2024-02-23 16:51:59 -08:00
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