Skip to content

Add ability to send posix/ansi signals in SshCommand#1777

Open
Levi--G wants to merge 1 commit intosshnet:developfrom
Levi--G:PosixSignals
Open

Add ability to send posix/ansi signals in SshCommand#1777
Levi--G wants to merge 1 commit intosshnet:developfrom
Levi--G:PosixSignals

Conversation

@Levi--G
Copy link

@Levi--G Levi--G commented Mar 25, 2026

I noticed SshCommand does not have a method for sending signals although it is supported by the channel and underlying system.

This code:

  • Parses the Signal
  • Sends the Signal using the preexisting method

All signals listed in https://datatracker.ietf.org/doc/html/rfc4254#section-6.9 are supported and use their libc compatible values in case someone needs conversion from libc.

Still missing are tests, but i don't understand the test project structure, if someone could help me out there that would be great.

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