diff --git a/network/ssh/config b/network/ssh/config index 6710b9e..b9af262 100644 --- a/network/ssh/config +++ b/network/ssh/config @@ -2,3 +2,4 @@ Host * UseKeychain yes AddKeysToAgent yes IdentityFile ~/.ssh/thomas_rsa + VisualHostKey yes diff --git a/terminal/fish/functions/ssh.fish b/terminal/fish/functions/ssh.fish new file mode 100644 index 0000000..6ce78d1 --- /dev/null +++ b/terminal/fish/functions/ssh.fish @@ -0,0 +1,3 @@ +function ssh + /usr/bin/env TERM=xterm-256color ssh $argv +end