To be able to run system SSH/Telnet client in a terminal by clicking
on a link like ssh://...
or telnet://...
in a browser.
Tested on Ubuntu Linux Eoan only.
But I belive stush
will work on any system which adheres to XDG Specification.
If this is not the case, feel free to submit an issue.
Link: ssh://sshtest@localhost:2022/?4&o=StrictHostKeyChecking=no&o=UserKnownHostsFile=/dev/null
Executed command:
/usr/bin/ssh -p 2022 -4 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null sshtest@localhost
Link: telnet://teltest@localhost:2023/?4&S=0
Executed command:
/usr/bin/telnet -l teltest -4 -S 0 localhost 2023
Download executable and run:
./stush --install
Just run:
~/.local/bin/stush --remove