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.
Apparently unlike with
ssh(1)
utility, theshell
method ofNet::SSH::Perl
objects does not allow keybindings such asCtrl-A
andCtrl-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