Skip to content

Commit d856849

Browse files
committed
add ssh_config sample
1 parent 315e8dc commit d856849

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fabric2-sample/ssh_config

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# https://docs.fabfile.org/en/2.5/concepts/configuration.html#ssh-config
2+
Host *
3+
ConnectTimeout 10
4+
ForwardAgent no
5+
ForwardX11 no
6+
ForwardX11Trusted yes
7+
User god
8+
Port 22
9+
Protocol 2

0 commit comments

Comments
 (0)