search for: v_8_2_p1

Displaying 6 results from an estimated 6 matches for "v_8_2_p1".

2020 May 21
9
[Bug 3168] New: libssh.a(utf8.o): undefined reference to symbol 'strcasestr@@GLIBC_2.17'
...ing error while build openssh. /tools/xilinx/SDK/2019.1/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-ld -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o ssh-sk-client.o -L/new-home/sukeshg/svnwork/ant-confd/os/../art/os-ant-revi/buildos/openssh/openssh-portable-V_8_2_P1/openbsd-compat/ -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lcrypt -lresolv /tools/xilinx/SDK/2019.1/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-ld: /new-home/sukeshg/svnwork/ant-confd/os/../art/os-ant-revi/buildos/openssh/openssh-portable-V_8_2_P1/openbsd-compat//libssh.a(utf8.o): u...
2020 May 05
7
Parallel transfers with sftp (call for testing / advice)
...the default behavior of the cli. > > I think you make a compelling argument. I admit that I haven't > reviewed the patch, even though that is what matters the most. If you want to review the code, here is a direct link to the patch: https://github.com/openssh/openssh-portable/compare/V_8_2_P1...cea-hpc:V_8_2_P1_PSFTP1 > I guess that noone really minds ways to make SFTP scale, but ever since > the patch was proposed I have been thinking that the paralell channel > approach is likely to introduce a whole load of not very clean error > conditions regarding reassembly, which ne...
2020 Apr 08
6
Parallel transfers with sftp (call for testing / advice)
...eter for each file, now there is only one progress meter which shows the name of the last dequeued file, and a total of transferred bytes. 4. Any thoughts ? You will find the code here: https://github.com/cea-hpc/openssh-portable/tree/parallel_sftp The branch parallel_sftp is based on the tag V_8_2_P1. There may be a lot of newbie mistakes in the code, I'll gladly take any advice and criticism, I'm open minded. And finally, if there is even the slightest chance for these changes to be merged upstream, please show me the path. Thank you, -- Cyril
2018 Jul 30
7
[Bug 2888] New: Consider adding other compression schemes (lz4, zstd)
https://bugzilla.mindrot.org/show_bug.cgi?id=2888 Bug ID: 2888 Summary: Consider adding other compression schemes (lz4, zstd) Product: Portable OpenSSH Version: 7.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee:
2020 May 04
3
Parallel transfers with sftp (call for testing / advice)
Le 10/04/2020 ? 01:55, Darren Tucker a ?crit?: > On Thu, 9 Apr 2020 at 01:34, Cyril Servant <cyril.servant at gmail.com> wrote: > [...] >> Each of our front >> nodes has an outgoing bandwidth limit (let's say 1Gb/s each, generally more >> limited by the CPU than by the network bandwidth), > You might also want to experiment with the Ciphers and MACs since >
2020 Apr 09
4
Parallel transfers with sftp (call for testing / advice)
...shows the name of the last dequeued file, and a total of >> transferred bytes. >> >> 4. Any thoughts ? >> >> You will find the code here: >> https://github.com/cea-hpc/openssh-portable/tree/parallel_sftp >> The branch parallel_sftp is based on the tag V_8_2_P1. There may be a lot of >> newbie mistakes in the code, I'll gladly take any advice and criticism, I'm open >> minded. And finally, if there is even the slightest chance for these changes to >> be merged upstream, please show me the path. Thank you, -- Cyril