Я ищу, чтобы выяснить, как создать URL или ссылку, которая выполняет сеанс SSH на стороне клиента. Я нашел расширение Chrome под названием «Secure Shell», но документация довольно минимальная.
В основном, поведение, которое я ищу:
1) user is presented with a list of VM links
2) user clicks a link
3) user's client system starts an SSH session
4) if this is the first time the session has been started, the user is
prompted to select the appropriate authentication method (i.e. enter
username/password or select ssh key, etc.)
5) if this is not the first time the session has been started, the
client remembers the user's previous selections and opens the client
using those selections
Есть ли способ сделать это с помощью Secure Shell или другого плагина / приложения?