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

Remove old target frameworks #10

Merged
merged 4 commits into from
May 15, 2023

Conversation

WojciechNagorski
Copy link
Collaborator

@WojciechNagorski WojciechNagorski commented Apr 19, 2023

PR relates with sshnet/SSH.NET#1109

# install and configure sshd
apk add --no-cache openssh && \
# install openssh-server-pam to allow for keyboard-interactive authentication
apk add --no-cache openssh-server-pam && \
dos2unix /etc/ssh/* && \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this line, tests did not work. Don't ask how long it took me :)

Copy link
Member

@drieseng drieseng May 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I won't :p

I created them locally with LF and haven't cloned the repo since, which probably explains why they still have LF line endings here.

You may want to add a comment though (on all three dos2unix commands):

# make sure scripts and keys have unix (LF) line endings

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added comments.

Now I think that it is very difficult to detect and maybe it would be worth adding a check in the library and showing a comment. Of course in other PR.

@drieseng drieseng merged commit 1ee6063 into sshnet:main May 15, 2023
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