Lewis_Beard
11 months agoExpert
LM Expect packages and ed25519?
Is there any way to use ssh-ed25519 instead of ssh-rsa in Expect scripts?
Some recent FortiOS OS changes removed the ability to do ssh-rsa, and only ssh-ed25519 is allowed, so our FortiOS_Config configsource doesnt work anymore, but we do have the latest configsource.
So I was wondering if anyone had come across this, and if there is any way in the groovy code to let Expect use ssh-ed25519, or if there was an alternate package to “com.santaba.agent.groovyapi.expect.Expect”?
- Anonymous11 months ago
That library is forked from Expect by LM. However, it seems in most cases they’ve moved on to JSch instead of Expect. Have you spoken with support about it?
LM should be able to provide documentation on their packages libraries. Has been one of my gripes for years.