/etc/profile: set default protocol for plink to ssh
commit77ab570d2ee195cf365dffc94a212e5ece604165
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 16 Mar 2009 22:32:13 +0000 (16 23:32 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 16 Mar 2009 22:45:17 +0000 (16 23:45 +0100)
treeb5f23d3a0357e511a11fb4e9efb79f2bdf82e7ea
parent405d9618ba06a542f4e32ace39becd34a39a7880
/etc/profile: set default protocol for plink to ssh

Plink can be configured to default to the telnet protocol, but of course,
there will never be a Git daemon listening on the telnet daemon.  It has
been reported on the msysGit issue tracker that setting the environment
variable PLINK_PROTOCOL to 'ssh' would fix the issue.

Since it cannot hurt to set that environment variable, let's do it and
hope that it works as expected.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
etc/profile