Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.



  • Contact Us
  • Home
  • Technical FAQs

SSH Key Pair Generation for SFTP

Written by Drew Holliday

Updated at June 7th, 2023

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Technical FAQs
  • Getting Started
    Launching PlayerLync Platform Basics Device / App Install & Setup PlayerLync Support Getting Started FAQs Did You Know?
  • PlayerLync in Detail
    PlayerLync Apps Admin Portal Team Manager Shared Library Collaboration Suite Intranet
  • For IT & Compliance
    App Deployment Methods Supported Devices & Browsers PlayerLync API PlayerLync Data, Security & Privacy
  • Release Notes
    Release Notes - Dashboard Release Notes - Admin Portal / Team Manager (Web) Release Notes - PlayerLync for iOS (App) Release Notes - PlayerLync for Android (App) Release Notes Archive
  • Company Info
    Who is PlayerLync?
+ More

SSH KEY GENERATION FOR SFTP

SSH key authentication provides a way to securely connect to the PlayerLync SFTP server without a password. This allows system-to-system connectivity with secure access. To facilitate this, PlayerLync requires a public SSH key to be provided. These instructions will walk you through how to create your public / private key-pair.

KEY GENERATION: WINDOWS 10/11

Use the following steps to generate a private and public key-pair in Windows 10 or 11.

  1. Search for and open PowerShell on Windows (as an Administrator)
  2. Note the location of where you are in the system (most likely the C drive and your user folder)
  3. Enter the following: ssh-keygen -t rsa -b 4096 -f ./playerlync-sftp -C "playerlync sftp" -N ""
  4. Using Windows Explorer, navigate to the location where the command was entered (the location in step 2)
  5. If the files were generated correctly, you will see both of them in the directory, the file “playerlync-sftp” is the private key and should be kept private. Do not send that to anyone. The second file is called “playerlync-sftp.pub”. This file is the public key and should be sent to PlayerLync.

KEY GENERATION: MacOS

Use the following steps to generate a private and public key-pair on MacOS.

  1. Open a new Terminal window
  2. Enter the following: ssh-keygen -t rsa -b 4096 -f ./playerlync-sftp -C "playerlync sftp" -N "" 
  3. The files will have saved in your user directory, navigate there now
  4. If the pair of files was generated correctly, you will see two files in the directory, the file “playerlync-sftp” is the private key and should be kept private. Do not send that to anyone. The second file is called “playerlync-sftp.pub”. This file is the public key and should be sent to PlayerLync.


Note: Please keep your private key in a safe location. If this is ever lost or compromised, follow the steps above to generate a new key-pair for connecting to PlayerLync SFTP.

ssh ssh keypair keypair ssh key sftp

Was this article helpful?

Yes
No

On this page

Related Articles

  • Why can't I see certain tabs in the Admin Portal / Team Manager?
  • Adobe Captivate Best Practices
  • How to enable the Employee Directory for End Users
  • Video Compression/Transcode Requirements

© 2025 PlayerLync, LLC. ALL RIGHTS RESERVED

A Mobile Workforce Enablement Platform

Knowledge Base Software powered by Helpjuice

Definition by Author

0
0
Expand