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

feat: add tunnelUsername parameter #586

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Commits on Nov 22, 2023

  1. feat: Add -U option to provide a tunnelUsername to use for the init…

    …ial ssh tunnel. When not supplied, the username for the initial tunnel is the `remoteUsername`
    gkc committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b5e67b6 View commit details
    Browse the repository at this point in the history
  2. refactor: made remoteUsername a required named parameter in SshnpdCha…

    …nnel.resolveTunnelUsername
    
    style: ran dart format
    test: added unit tests of SshnpdChannel for tunnelUsername supplied and tunnelUsername not supplied
    gkc committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    63c05d7 View commit details
    Browse the repository at this point in the history