You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I maintain my own OpenSSH distribution and wonder if ssh-rs could be more than a library, and also include a drop-in replacement for the OpenSSH client ("ssh" executable) supporting the original command-line interface. This could become very useful in specific scenarios like PowerShell Remoting over SSH where the OpenSSH client CLI is expected.
There are a lot of options in the command-line interface, but this would also require parsing the same configuration files, etc. However, by making an OpenSSH compatibility layer over ssh-rs, it would make it much easier to try without tweaking and building the current samples.
The text was updated successfully, but these errors were encountered:
I maintain my own OpenSSH distribution and wonder if ssh-rs could be more than a library, and also include a drop-in replacement for the OpenSSH client ("ssh" executable) supporting the original command-line interface. This could become very useful in specific scenarios like PowerShell Remoting over SSH where the OpenSSH client CLI is expected.
There are a lot of options in the command-line interface, but this would also require parsing the same configuration files, etc. However, by making an OpenSSH compatibility layer over ssh-rs, it would make it much easier to try without tweaking and building the current samples.
The text was updated successfully, but these errors were encountered: