subhra74 / snowflake

Graphical SFTP client and terminal emulator with helpful utilities
GNU General Public License v3.0
2.14k stars 230 forks source link

Question: Does it support signed public keys? id_rsa.pub.signed #190

Open dinbtechit opened 3 years ago

dinbtechit commented 3 years ago

Does it support signed public keys to be passed in? (id_rsa.pub.signed)

SSH Command Format:

ssh -i <private_key> -i <PATH_OF_SIGNED_PUB> username@HOST_IP_ADDR

Example Command

ssh -i id_rsa -i ~/Downloads/id_rsa.pub.signed  ubuntu@192.168.1.165