Some fixes to ssh settings
This commit is contained in:
parent
a11d3cb3d5
commit
5c2776f3c9
@ -2,3 +2,4 @@ Host *
|
|||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentityFile ~/.ssh/thomas_rsa
|
IdentityFile ~/.ssh/thomas_rsa
|
||||||
|
VisualHostKey yes
|
||||||
|
3
terminal/fish/functions/ssh.fish
Normal file
3
terminal/fish/functions/ssh.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function ssh
|
||||||
|
/usr/bin/env TERM=xterm-256color ssh $argv
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user