-
Notifications
You must be signed in to change notification settings - Fork 886
feat(agent): add second SSH listener on port 22 #16627
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(agent): add second SSH listener on port 22 #16627
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
819a0fe
to
959eb23
Compare
f744aa5
to
d74cb78
Compare
d74cb78
to
38f9dfc
Compare
959eb23
to
7a2f8dd
Compare
7a2f8dd
to
9355b33
Compare
cab51d9
to
9c85cde
Compare
72fddd1
to
afb4ca0
Compare
afb4ca0
to
cca709a
Compare
9c85cde
to
658db5a
Compare
2cb3669
to
650520d
Compare
658db5a
to
d0206e7
Compare
650520d
to
0777db7
Compare
d0206e7
to
ad275dc
Compare
0777db7
to
f674d83
Compare
ad275dc
to
6607464
Compare
f674d83
to
a2ce9b2
Compare
a2ce9b2
to
c9c1602
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In our meeting I vaguely recall talking about if we could have the ssh daemon listen on port 22 only for the tailnet interface, as to not interfere with any others running on the workspace. Is that implicit in this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but needs a test.
We're explicitly doing this by using |
c9c1602
to
07d5dc8
Compare
ae9e243
to
aa1bd9d
Compare
/cherry-pick release/2.20 |
Change-Id: Ifd986b260f8ac317e37d65111cd4e0bd1dc38af8 Signed-off-by: Thomas Kosiewski <[email protected]>
aa1bd9d
to
a9dec6b
Compare
Merge activity
|
Fixes: coder/internal#377 Added an additional SSH listener on port 22, so the agent now listens on both, port one and port 22. --- Change-Id: Ifd986b260f8ac317e37d65111cd4e0bd1dc38af8 Signed-off-by: Thomas Kosiewski <[email protected]>
Fixes: coder/internal#377
Added an additional SSH listener on port 22, so the agent now listens on both, port one and port 22.
Change-Id: Ifd986b260f8ac317e37d65111cd4e0bd1dc38af8
Signed-off-by: Thomas Kosiewski [email protected]