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 lts images except Arm32v7 #471

Merged
merged 5 commits into from
Jul 29, 2020

Conversation

kiazhi
Copy link
Contributor

@kiazhi kiazhi commented Jul 28, 2020

PR Summary

  1. Addresses Enhancement request: Add ssh to images #374 enhancement request for linux lts 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

@TravisEz13 TravisEz13 merged commit 52ac213 into PowerShell:master Jul 29, 2020
@kiazhi kiazhi deleted the pr-ssh-lts 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