Try to have an RSA as hostkey
Hello,
I tried to connect with winscp.com with command line.
The SFTP server use RSA protocol as Host Key (it's an old switch, and i must connect to about 200 switches).
I i put in GUI the advanced option:
I can connect, but i don't know what command line i must use to do the same thing.
I tried:
But i get "Signature from server's host key is invalid"
Thanks in advance
I tried to connect with winscp.com with command line.
The SFTP server use RSA protocol as Host Key (it's an old switch, and i must connect to about 200 switches).
I i put in GUI the advanced option:
HostKey=rsa,ed25519,ecdsa,dsa,WARN
I can connect, but i don't know what command line i must use to do the same thing.
I tried:
winscp.com sftp://admin:PASSWORD@172.19.0.231/ -hostkey=* /ini=null
Thanks in advance