Commit Graph

4 Commits

Author SHA1 Message Date
Alexey Pavlov
dbc6c4fce9 connect: Update to 1.105 2018-05-22 10:06:03 +03:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Alexey Pavlov
3818dd7b80 Improve PKGBUILD's 2015-08-21 16:36:46 +03:00
Johannes Schindelin
b7d8db389d Add the mingw-w64-connect package
The connect.exe helper is a very useful helper when trying to connect to
SSH through a SOCKS or HTTP proxy.

It comes in particularly handy when users are stuck behind restrictive
firewalls. If even one HTTP proxy is accessible that allows to connect to
port 22 of the desired outside machine, `connect.exe` can be used in
conjunction with the `ProxyCommand` directive in `$HOME/.ssh/config` to
allow regular ssh and scp connections. Example:

-- snippet of $HOME/.ssh/config --
Host github.com
User git
ProxyCommand connect -H proxy.local.net:8080 %h %p
-- end snippet

If a SOCKS proxy is available, the same directive works when `-H` is
replaced with the `-S` option.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-08-21 15:20:05 +02:00