mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 11:34:44 +08:00
add -o SSH_OPTION option
This commit is contained in:
@@ -61,6 +61,7 @@ struct mscp_ssh_opts {
|
||||
char *port; /** ssh port */
|
||||
int ai_family; /** address family */
|
||||
char *config; /** path to ssh_config, default ~/.ssh/config*/
|
||||
char **options; /** array of ssh_config options, terminated by NULL */
|
||||
char *identity; /** path to private key */
|
||||
char *cipher; /** cipher spec */
|
||||
char *hmac; /** hmacp spec */
|
||||
|
||||
Reference in New Issue
Block a user