We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315e8dc commit d856849Copy full SHA for d856849
fabric2-sample/ssh_config
@@ -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