The servers can be used with various SFTP clients as well as the native openssh sftp binary.
Two options are being explained – setup and connection with WinSCP client and connection using openssh sftp client binary.
The client should be configured with previously generated private key.
WinSCP supports only PuTTYGen generated ppk keys but it can convert the normal ssh key to ppk format during the client setup.
Hostname: sftp.wipo.int Username: ipob_<username> (example: ipob_jsmith) |
Remove all ticks in the boxes |
If you used a password/passphrase when creating your SSH key-pair, a prompt will show asking for the "Key passphrase" |
Finished. You are now connected and may browse, upload or download files as needed.
The binary is installed by default with openssh package on Linux. On Windows 10 it is also part of the Operating System but should be enabled/installed first.
To connect to the sftp just use option to point to the private key and the correct credentials:
sftp -i /home/ipob_user/.ssh/ipob_jsmith.key ipob_jsmith@sftp.wipo.int |