You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Usage

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.

WinSCP (for usage from Windows Desktop)

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.

Detailed steps:

  • Open WinSCP and click on NewSite. Leave the Protocol (SFTP) and the Port ( 22) unchanged. Fill in the Hostname and the Username as provided by our support representative.


Hostname: sftp.wipo.int

Username: ipob_jsmith


  • Click on Advanced, select SSH->Authentication.

    Remove all ticks in the boxes (no fancy authentications)
  • Click on the field for Private Key and navigate to your key. If the key is an openssh key then an option to convert it to putty key will be prompted - accept it.
  • Click OK and then click Save.

Click Login to connect.

Openssh SFTP binary (for usage from Windows10, Linux and MacOS)

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

  • No labels