Nicola Murino

Results 276 comments of Nicola Murino

@kzhui125 the `ssh-rsa` key type supports the old and insecure `ssh-rsa` signature algorithm (SHA-1 based) and also `rsa-sha2-256`, `rsa-sha2-512`. `HostKeyAlgorithms` sets the accepted signature algorithms. With the above configuration you...

> Is it possible to somehow make deadlines be set also for individual `Read` and `Write` operations on the `net.Conn` underlying the request/response session? > > At my $dayjob, we...

Hello, thank you for this contribution. I took a quick look at your patch. Do you need to set different messages based on the user? If the messages are global...

> I have also fixed the generic HASH function... it was using **strings.SplitN** which fails if the path contains spaces, and substituted it with a custom **advSplitN** func that correctly...

Hello, this is a known issue. I think most users handle idle connections outside of the library (and I'm not sure if their management needs to be done inside the...

I can't reproduce it locally either. Not sure if related to #63937 I've sent a CL to skip this test on macOS for now

@dmitshur I have a 2017 iMac with macOS 13.6.3 (22G436)

> I wonder if this is related to the race reported in #64094. 🤔 The code for tcpip and streamlocal forwarding is not covered in test cases

Hello, is there gomote access to a macOS 14 instance? This would make testing much easier. Thank you

Hello, I was finally able to get access to macOS 14 (using QEMU/KVM on Linux). This error > Error reading managed configuration (2: No such file or directory). Proceeding with...