Some fixes to ssh settings
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user