briandfoy / net-ssh-perl

Development on the Net::SSH::Perl module to support latest ciphers, key exchange mechanisms, etc.
Other
4 stars 1 forks source link

Readline support for shell method #65

Open rwp0 opened 1 year ago

rwp0 commented 1 year ago

Apparently unlike with ssh(1) utility, the shell method of Net::SSH::Perl objects does not allow keybindings such as Ctrl-A and Ctrl-E as most Unix shells and REPL's are expected to provide.

I believe it could be due to lack of Readline library support.

Can we add support with eg. Term::Readline::GNU?

Migrated from

briandfoy commented 1 year ago

If someone can figure this out, I can merge and release it. I won't be able to do the work myself. Thanks,