-
Notifications
You must be signed in to change notification settings - Fork 154
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
Enhancement request: Add ssh
to images
#374
Comments
cc @RDIL Do you want to take this? |
ssh
to images
I can't this week, sorry! |
@RDIL no problem |
Is there any movement on this, potentially for all Linux-based images? SSH appears to be the only protocol we can use to connect from Linux -> Windows with PowerShell. |
@coreone These images are intended to be base images. Maintaining adding and maintaining SSH across all the images is a large amount of work. It's currently in the cc @SteveL-MSFT |
This work is mostly completed except for linux images on Arm32v7 architecture. |
Opened #474 to track the remaining work and closing this. |
Summary
For Ubuntu-based images, this just needs an
apt-get install openssh-client
.Steps to reproduce
Expected behavior
Should allow PS remoting over SSH
Actual behavior
Error:
Digging into the
InnerException
reveals that it is because of missingssh
:For Ubuntu-based images, this just needs an
apt-get install openssh-client
.Environment data
The text was updated successfully, but these errors were encountered: