aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/optinally_transfer_file_unencryptedly/comment_1_13a7653d96ddf91f4492a9f3555a69aa._comment
blob: 5e72d5f0a68db94af78a77e5c9737d1738f933cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
 nickname="Justin"
 subject="comment 1"
 date="2012-12-23T17:40:13Z"
 content="""
Using a plain tcp connection would be simpler than HTTP, the sending side would just need to tell the receiver to listen on a port and write any data received to a file(or the reverse). Basically what you can do with netcat.

I had a similar problem, but I found that using arcfour was fast enough:

.ssh/config:

    Host slow
    Ciphers arcfour

"""]]