You can create ssh://
links that will automatically open Secure Shell.
ssh://user[;option=value]@host[:port][@proxyhost[:proxyport]]
Multiple option=value pairs are supported as long as they are delimited by semi-colons.
[TOC]
This is the remote server's key fingerprint.
Format: fingerprint=<fingerprint value>
*** note This option is parsed out of the URI, but not currently used. Star https://crbug.com/706536 for updates.
Secure Shell specific arguments.
See options for more details.
Format: -nassh-args=<parameters>
The following options are always accepted without prompting the user:
--config
--proxy-mode
--proxy-host
--proxy-port
--proxy-user
--ssh-agent
--no-welcome
*** note All other options are parsed out but then currently ignored. Star https://crbug.com/217785 for updates.
SSH command line arguments. See ssh(1) for details in general.
Format: -nassh-ssh-args=<parameters>
The following options are always accepted without prompting the user:
-4
-6
-a
-A
-C
-q
-v
-V
*** note All other options are parsed out but then currently ignored. Star https://crbug.com/217785 for updates.
See these bugs for future work in this area:
We try to be compliant with these specifications: