Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Thomas Wagner
The SSH Daemon is in most cases the limiting party. The ssh client is allowed to support much more older and weaker algorithms and protocols. Therefore I would compare the Ciphers and macs the Server supports. If you run the ssh client with "ssh -vvv" then you see what the SSH server offers

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Martin Waldenvik
On 10/12/2016 06:34 PM, Dale Ghent wrote: On Oct 12, 2016, at 12:05 PM, Martin Waldenvik wrote: omnios - ./openssl speed -elapsed -evp aes-256-gcm The 'numbers' are in 1000s of bytes per second processed. type16 bytes 64 bytes256 bytes 1024 bytes 8192

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Dale Ghent
> On Oct 12, 2016, at 12:05 PM, Martin Waldenvik wrote: > > omnios - ./openssl speed -elapsed -evp aes-256-gcm > > The 'numbers' are in 1000s of bytes per second processed. > type16 bytes 64 bytes256 bytes 1024 bytes 8192 bytes > aes-256-gcm 36546.42k

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread John D Groenveld
In message , Martin Waldenvik wri tes: >I have used those ciphers in that order on all my servers and it works >in full speed i both freebsd and linux but not in Omnios. If your FreeBSD and OmniOS installs are on similar hardware, openssl(1) speed

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Martin Waldenvik
On 10/12/2016 04:53 PM, Dale Ghent wrote: On Oct 12, 2016, at 10:45 AM, Martin Waldenvik wrote: On 10/12/2016 04:37 PM, Dan McDonald wrote: On Oct 12, 2016, at 10:21 AM, Martin Waldenvik wrote: Thank you so much Guo-Rong for your help. When i

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Dale Ghent
> On Oct 12, 2016, at 10:45 AM, Martin Waldenvik wrote: > > On 10/12/2016 04:37 PM, Dan McDonald wrote: >> >>> On Oct 12, 2016, at 10:21 AM, Martin Waldenvik wrote: >>> Thank you so much Guo-Rong for your help. When i changed from: >>> Ciphers >>>

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Martin Waldenvik
On 10/12/2016 04:37 PM, Dan McDonald wrote: On Oct 12, 2016, at 10:21 AM, Martin Waldenvik wrote: Thank you so much Guo-Rong for your help. When i changed from: Ciphers

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-12 Thread Dan McDonald
> On Oct 12, 2016, at 10:21 AM, Martin Waldenvik wrote: >> > Thank you so much Guo-Rong for your help. When i changed from: > Ciphers > chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr > > to Ciphers >

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-11 Thread Guo-Rong Koh
On Tue, 2016-10-11 at 21:58 +0200, Martin Waldenvik wrote: > On 10/11/2016 09:14 PM, Dan McDonald wrote: > > Dumb question - is your FreeBSD frame size jumbo? > > > > Also, try this on OmniOS: > > > > ipadm set-prop -p send_buf=1048576 tcp > > ipadm set-prop -p recv_buf=1048576 tcp > > > > And

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-11 Thread Jim Klimov
11 октября 2016 г. 21:58:48 CEST, Martin Waldenvik пишет: >On 10/11/2016 09:14 PM, Dan McDonald wrote: >> Dumb question - is your FreeBSD frame size jumbo? >> >> Also, try this on OmniOS: >> >> ipadm set-prop -p send_buf=1048576 tcp >> ipadm set-prop -p recv_buf=1048576 tcp >>

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-11 Thread Martin Waldenvik
On 10/11/2016 09:14 PM, Dan McDonald wrote: Dumb question - is your FreeBSD frame size jumbo? Also, try this on OmniOS: ipadm set-prop -p send_buf=1048576 tcp ipadm set-prop -p recv_buf=1048576 tcp And see if that helps if the frame size isn't smaller on OmniOS. Dan Sent from my iPhone

Re: [OmniOS-discuss] Slow ssh transfers

2016-10-11 Thread Dan McDonald
Dumb question - is your FreeBSD frame size jumbo? Also, try this on OmniOS: ipadm set-prop -p send_buf=1048576 tcp ipadm set-prop -p recv_buf=1048576 tcp And see if that helps if the frame size isn't smaller on OmniOS. Dan Sent from my iPhone (typos, autocorrect, and all) > On Oct 11, 2016,