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

Add OpenSSH client package to linux preview images except Arm32v7 #466

Merged
merged 6 commits into from
Jul 26, 2020

Conversation

kiazhi
Copy link
Contributor

@kiazhi kiazhi commented Jul 24, 2020

PR Summary

  1. Addresses Enhancement request: Add ssh to images #374 enhancement request for linux preview images.

In order to use Enter-PSSession to connect with other (Windows or Linux) VM and Container, OpenSSH client package is required.

Below is the list of OpenSSH client package required for various linux distros:

  • openssh-client package for Alpine
  • openssh-clients package for Centos
  • openssh-client package for Debian
  • openssh-clients package for Fedora
  • openssh-client package for Ubuntu
  1. Excluded Ubuntu on Arm32v7 platform because I can't get it to work. It threw 0x80004005 error when running in interactive mode with docker run --rm -ti command.

PR Checklist

@kiazhi
Copy link
Contributor Author

kiazhi commented Jul 24, 2020

@TravisEz13 & @RDIL
You can safely ignore the ArchLinux (community-stable) and BlackArch (community-stable) failure, they are fixed in #465.

@TravisEz13 TravisEz13 merged commit af86455 into PowerShell:master Jul 26, 2020
@kiazhi kiazhi deleted the pr-ssh-preview branch October 21, 2020 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants