add ssh config
This commit is contained in:
parent
64d4d87f08
commit
fb0d7779dc
1 changed files with 9 additions and 0 deletions
9
.ssh/config
Normal file
9
.ssh/config
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
Host *
|
||||||
|
IdentityAgent none
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
#Host *
|
||||||
|
# ForwardAgent yes
|
||||||
|
|
||||||
|
host 192.168.20.253
|
||||||
|
SetEnv TERM=xterm-256color
|
||||||
Loading…
Add table
Add a link
Reference in a new issue