-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implements interactive connection command (through Terminus) #25
Open
HorlogeSkynet
wants to merge
4
commits into
master
Choose a base branch
from
feat/windows_support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HorlogeSkynet
changed the title
Brings (actual) support to Windows (thanks to pywinpty)
Brings (actual) Windows support (thanks to pywinpty)
Sep 4, 2024
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
September 4, 2024 20:12
4168ad6
to
97ab8b7
Compare
This comment was marked as outdated.
This comment was marked as outdated.
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
September 5, 2024 19:31
97ab8b7
to
f400f83
Compare
HorlogeSkynet
changed the title
Brings (actual) Windows support (thanks to pywinpty)
Brings (actual) Windows support
Sep 5, 2024
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
September 5, 2024 19:34
f400f83
to
afa6978
Compare
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
2 times, most recently
from
October 6, 2024 20:07
5b1344a
to
41e7e00
Compare
HorlogeSkynet
changed the title
Brings (actual) Windows support
Implements interactive connection (through Terminus), Windows compliant
Oct 6, 2024
HorlogeSkynet
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Oct 6, 2024
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
October 7, 2024 19:50
41e7e00
to
c615296
Compare
Open
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
October 9, 2024 21:04
c615296
to
11dd992
Compare
kapitanluffy
approved these changes
Oct 10, 2024
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
3 times, most recently
from
October 14, 2024 14:41
181d3af
to
eb196a9
Compare
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
October 14, 2024 14:47
eb196a9
to
71c8ec3
Compare
HorlogeSkynet
changed the title
Implements interactive connection (through Terminus), Windows compliant
Implements interactive connection (through Terminus)
Oct 18, 2024
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
October 19, 2024 17:05
71c8ec3
to
ee08698
Compare
HorlogeSkynet
changed the title
Implements interactive connection (through Terminus)
Implements interactive connection command (through Terminus)
Oct 19, 2024
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
November 3, 2024 20:09
ee08698
to
52ea288
Compare
Co-Authored-By: Lawrence D'Anna <[email protected]> Co-Authored-By: =?UTF-8?q?Tam=C3=A1s=20PEREGI?= <[email protected]> Co-Authored-By: jlw4049 <[email protected]>
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
November 4, 2024 21:50
52ea288
to
f6e0696
Compare
HorlogeSkynet
force-pushed
the
feat/windows_support
branch
from
November 4, 2024 21:58
f6e0696
to
64d46ff
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR provides an alternative way to connect to hosts, which relies on Terminus, for SSH connections requiring "interactivity" (FIDO challenge, PIN, OTP, ...).
When (if) Win32-OpenSSH supports "control master" feature (see PowerShell/Win32-OpenSSH#1328), SSHubl will eventually be compatible with Windows platform.