Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).
How do I use multiple SSH keys?
Normally, Robo-FTP only stores one SSH private key in your configuration.
There's a way to work around this. It involves creating multiple settings (.set) files, and importing each one with a script command before logging onto the corresponding SFTP server.
To do this, set Robo-FTP up to log onto a particular SFTP server using key authentication. Export those settings and give the file a name appropriate to the server you log in with. Then change your settings to match the next SFTP site you want to log into, and repeat the process.
In your script, use the IMPORT command to change your configuration to match the server you are about to log into, and then use the FTPLOGON command to log in.
Tags: SSH, Robo-FTP, Configuration
