Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ssh options #454

Open
ghost opened this issue Jul 1, 2022 · 1 comment
Open

Enable ssh options #454

ghost opened this issue Jul 1, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 1, 2022

My device requires the option:

-oHostKeyAlgorithms=+ssh-rsa

To be able to connect.
Right now it fails due to not having -oHostKeyAlgorithms=+ssh-rsa option.

image

@llelectronics
Copy link

llelectronics commented Jul 12, 2022

I can confirm. I also have the issue where I need to add this option. I think it would make sense to expose the jsch ssh options in BastillionProperties file to configure.

Otherwise we need to edit the sshutil.java file and add the session ourself.

P.S. here is the small patch that might help you @filipcarlsson
ssh-rsa.patch.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant