sonnyp / Junction

Application/browser chooser
https://flathub.org/apps/re.sonny.Junction
GNU General Public License v3.0
467 stars 29 forks source link

ssh:// is rewritten as sftp:// #47

Open sonnyp opened 2 years ago

sonnyp commented 2 years ago

Screenshot from 2021-12-21 10-59-41

RokeJulianLockhart commented 1 year ago

@CeeBeeEh, wrong – per https://www.ietf.org/archive/id/draft-salowey-secsh-uri-00.html#:~:text=5.-,examples,-The%20following%20section:

The following section shows basic examples of URLs for each protocol. This section should not be considered to include all possible combinations of URLs for each protocol. An SSH connection to the host host.example.com on the standard port using username user. ssh://user@host.example.com An SSH connection to the host host.example.com on port 2222 using username user. ssh://user@host.example.com:2222 An SSH connection to the host having the specified host-key fingerprint at host.example.com on the standard port using username user. ssh://user;fingerprint=ssh-dss-c1-b1-30-29-d7-b8-de-6c-97- 77-10-d7-46-41-63-87@host.example.com