1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

plink can now execute a specific command instead of just a shell session

[originally from svn r576]
This commit is contained in:
Simon Tatham
2000-09-08 15:24:19 +00:00
parent 8394a48620
commit be711d9cd4
3 changed files with 33 additions and 8 deletions

View File

@ -134,6 +134,7 @@ typedef struct {
int close_on_exit;
int warn_on_close;
/* SSH options */
char remote_cmd[512];
int nopty;
enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
char keyfile[FILENAME_MAX];