Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(cli/ssh): allow multiple remote forwards and allow missing local file#11648

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

mafredri
Copy link
Member

@mafredrimafredri commentedJan 16, 2024
edited
Loading

While working on#11631 I found myself needing the ability to do multiple remote forwards to compare the behavior between our client and OpenSSH. Created a PR for this since I think it's a useful addition.

Similar to OpenSSH, we no longer require the presence of the local file. Its presence is only relevant at exactly the moment someone tries to connect to it. Likewise, we don't enforced the presence at runtime, so to achieve this you'd have to fool the SSH command during init, and then you can do whatever you want with the socket afterwards.

@mafredrimafredriforce-pushed themafredri/feat-cli-ssh-allow-multiple-remote-forwards branch from0e66663 toc2dea4aCompareJanuary 17, 2024 12:13
@mafredrimafredri changed the titlefeat(cli/ssh): allow multiple remote forwardsfeat(cli/ssh): allow multiple remote forwards and allow missing local fileJan 17, 2024
@mafredrimafredri marked this pull request as ready for reviewJanuary 17, 2024 12:55
Copy link
Contributor

@spikecurtisspikecurtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Would be nice to have a test case that specifies multiple-R

mafredri reacted with thumbs up emoji
@mafredrimafredriforce-pushed themafredri/feat-cli-ssh-allow-multiple-remote-forwards branch 2 times, most recently from8da5d2c tof752bb6CompareJanuary 19, 2024 12:25
@mafredrimafredriforce-pushed themafredri/feat-cli-ssh-allow-multiple-remote-forwards branch fromf752bb6 tof99f490CompareJanuary 19, 2024 12:25
@mafredrimafredri merged commit200a87e intomainJan 19, 2024
@mafredrimafredri deleted the mafredri/feat-cli-ssh-allow-multiple-remote-forwards branchJanuary 19, 2024 13:21
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 19, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@spikecurtisspikecurtisspikecurtis approved these changes

@deansheatherdeansheatherAwaiting requested review from deansheather

Assignees

@mafredrimafredri

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@mafredri@spikecurtis

[8]ページ先頭

©2009-2025 Movatter.jp