Kinichiro Inoguchi
Kinichiro Inoguchi
Hi, I have 3 different version of OpenSSH installed servers. And those OpenSSHs are linked with different version of OpenSSL, respectively. I could successfully connect to these 3 servers from...
I had checked the RFC quotes above. - "8422 - 4. TLS Extensions for ECC" the word "RFC" is missing, but no problem. - "RFC 8446 - 5. Record Protocol"...
@jansohn Thanks. I saw `ssh -m [email protected] -c aes128-ctr user@hostname` on Windows10 failed. ``` C:\work>ssh -m [email protected] -c aes128-ctr user@hostname Corrupted MAC on input. ssh_dispatch_run_fatal: Connection to xx.xx.xx.xx port 22:...
On Ubuntu18 server, that runs OpenSSH_7.6p1 with OpenSSL 1.0.2n, I had built OpenSSH 8.3p1 with LibreSSL 3.1.3 like below. ``` LibreSSL 3.1.3 build $ ./configure --prefix=/mypath $ make check $...
@iguyking , @jansohn , Original issue seems to be closed now. Can you close this, too ? And I think this is "OpenSSH for Windows" specific issue, since I had...
@jansohn Can you tell or provide link about the procedure to build that Windows ssh ? As I mentioned above, I believe this issue is specific to Windows build. To...
Hi, Could you explain how do you use s_server and s_client, and what output do you expect ?
I don't have the plan9 environment, and just my personal thoughts from looking at PR, though, - To separate files relate to plan9, what about moving autogen.rc, gen-mkfile.sh, mkfile and...
I have questions about huge *.patch files. I think it is good to keep those patch files small to maintain easily. 1. Additional include file required ? In crypto.patch and...
Hi, @lufia > > Instead of directly changing update.sh, how do you like applying plan9/update.sh.patch to update.sh while executing plan9/autogen.rc. > > I can do this but ... what kind...