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

sshd: Prototype ssh server daemon. Listens on port 2222 #2

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

kph
Copy link
Collaborator

@kph kph commented Feb 12, 2019

Proof of concept SSH server. Lots more to do:

  1. Security!!! Right now, this is wide open root access
  2. Implement graceful shutdown
  3. Honor "no pty" request
  4. Think about honoring port forwarding
  5. Honor command passed on ssh line

Proof of concept SSH server. Lots more to do:

1. Security!!! Right now, this is wide open root access
2. Implement graceful shutdown
3. Honor "no pty" request
4. Think about honoring port forwarding
5. Honor command passed on ssh line
@kph kph merged commit 71360a8 into platinasystems:master Feb 12, 2019
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.

1 participant