Mercurial > dropbear
comparison cli-runopts.c @ 697:aadfa8de977d
improve subsystem/sftp documentation, and multi-hop manual formatting
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 03 Mar 2013 11:47:41 +0800 |
parents | 4edea9f363d0 |
children | af4ef98b8591 |
comparison
equal
deleted
inserted
replaced
696:d6067dd60490 | 697:aadfa8de977d |
---|---|
61 "-t Allocate a pty\n" | 61 "-t Allocate a pty\n" |
62 "-T Don't allocate a pty\n" | 62 "-T Don't allocate a pty\n" |
63 "-N Don't run a remote command\n" | 63 "-N Don't run a remote command\n" |
64 "-f Run in background after auth\n" | 64 "-f Run in background after auth\n" |
65 "-y Always accept remote host key if unknown\n" | 65 "-y Always accept remote host key if unknown\n" |
66 "-s Request a subsystem (use for sftp)\n" | 66 "-s Request a subsystem (use by external sftp)\n" |
67 #ifdef ENABLE_CLI_PUBKEY_AUTH | 67 #ifdef ENABLE_CLI_PUBKEY_AUTH |
68 "-i <identityfile> (multiple allowed)\n" | 68 "-i <identityfile> (multiple allowed)\n" |
69 #endif | 69 #endif |
70 #ifdef ENABLE_CLI_AGENTFWD | 70 #ifdef ENABLE_CLI_AGENTFWD |
71 "-A Enable agent auth forwarding\n" | 71 "-A Enable agent auth forwarding\n" |