mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:43:47 +03:00
tool_operate: fail SSH transfers without server auth
This now insists on using a server auth option unless --insecure is provided. As an added bonus, it now also only checks for the knownhosts file once (if found). Ref: #16197 Closes #16205
This commit is contained in:
parent
4c5099868e
commit
e1b3d46944
3 changed files with 18 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ http-proxy
|
|||
Refuse tunneling protocols through HTTP proxy
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://yes ftps://again imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://wird smtp://send
|
||||
-x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://yes ftps://again imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://wird smtp://send -k
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue