Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sonnyp opened this issue Dec 21, 2021 · 1 comment
Open

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

sonnyp opened this issue Dec 21, 2021 · 1 comment

Comments

@sonnyp
Copy link
Owner

sonnyp commented Dec 21, 2021

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

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented May 26, 2023

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants