jgit/org.eclipse.jgit.ssh.jsch.test/tst/org/eclipse/jgit/transport
Thomas Wolf 6faee128f8 sshd: modernize ssh config file parsing
OpenSSH has changed some things in ssh config files. Update our parser
to implement some of these changes:

* ignore trailing comments on a line
* rename PubkeyAcceptedKeyTypes to PubkeyAcceptedAlgorithms

Note that for the rename, openSSH still accepts both names. We do the
same, translating names whenever we get or set values.

Change-Id: Icccca060e6a4350a7acf05ff9e260f2c8c60ee1a
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2021-03-19 17:27:49 +01:00
..
JSchSshProtocol2Test.java Client-side protocol V2 support for fetching 2021-01-01 21:22:30 +01:00
JSchSshTest.java Decouple JSch from JGit Core 2020-06-01 01:46:59 +02:00
JschConfigSessionFactoryTest.java Decouple JSch from JGit Core 2020-06-01 01:46:59 +02:00
OpenSshConfigTest.java sshd: modernize ssh config file parsing 2021-03-19 17:27:49 +01:00