Platform as a Service
10
 min read

Generate SSH Key

Generate SSH Key

The instructions below walk you through the steps of generating an SSH key. Since the 8.0.2 version, the platform supports the following key types: ECDSA, EdDSA and RSA

View Whitepaper

Generate SSH Key

The instructions below walk you through the steps of generating an SSH key. Since the 8.0.2 version, the platform supports the following key types:

  • ECDSA
  • EdDSA
  • RSA

Follow the steps in one of the following sections (based on your operating system):

  • Linux/MacOS
  • Windows

For Linux/MacOS

Generate a new SSH key (for example, the RSA type) using the ssh-keygen tool:

1. Initiate generation with the following command:

ssh-keygen -t rsa

If needed, adjust the desired keys location and passphrase (we’ll proceed with the default values).

2. You can view the value of both public and private SSH keys with the cat command (the exact location is circled in the image above). For example:

cat /home/jelastic/.ssh/id_rsa.pub

3. Now, you can add the generated SSH key to your PaaS account:

  • the public key for access via SSH Gate
  • the private key for authentication at your remote GIT repository via SSH

For Windows

1. Download and run an SSH keygen tool, for example, PuTTYgen:

2. For example, specify the following parameters:

  • choose the SSH-2 RSA key type
  • enter the desired number of bits (e.g. 2048)

Click Generate.

3. Now, depending on the type of key you need:

  • to get the public key for SSH access to your account via local client - copy the generated key from the output field at the top of the window
  • to get the private key for authentication at your remote GIT repository via SSH - expand the Conversions menu and select the Export OpenSSH key option

Afterward, you can open this file in any text editor and copy the key body for being added to the platform dashboard.

Author
Mark Grindey
Group CEO / MD

Mark Grindey is a dedicated professional with a strong passion for cloud computing and a mission to make it accessible to all. With a over a decades experience and a deep understanding of existing cloud technologies, Mark Grindey is constantly striving to improve and enhance these tools, ensuring that their benefits can be leveraged by businesses of all sizes.

Latest Articles
Cybercrime Crackdown: How Two Major Networks Were Dismantled
Cybercrime Crackdown: How Two Major Networks Were Dismantled

In an era where digital transactions are commonplace, cybercrime has emerged as a significant threat. Recently, two major operations led to the dismantling of cybercrime networks, demonstrating the relentless efforts of law enforcement agencies worldwide.

News
2
 min read
Tackling Cybersecurity Challenges in the Public Sector: Strategies for Protection
Tackling Cybersecurity Challenges in the Public Sector: Strategies for Protection

In today's digital age, cybersecurity has become a paramount concern for governments worldwide. The public sector faces unique challenges in safeguarding sensitive data and critical infrastructure from cyber threats. As government agencies increasingly rely on digital systems to deliver essential services and manage vast amounts of information, the need for robust cybersecurity measures has never been more critical.

Public Sector
4
 min read
Navigating the Digital Revolution: The Impact of Digital Transformation on Public Services
Navigating the Digital Revolution: The Impact of Digital Transformation on Public Services

In an era characterised by rapid technological advancements, the digital transformation wave has permeated nearly every aspect of society. From businesses to personal lives, the integration of digital technologies has reshaped the way we interact, communicate, and access information. One significant area where this transformation is profoundly felt is in public services.

Public Sector
3
 min read
Exploring the Role of AI and Machine Learning in Enhancing Public Sector Efficiency
Exploring the Role of AI and Machine Learning in Enhancing Public Sector Efficiency

The integration of artificial intelligence (AI) and machine learning (ML) into the public sector is revolutionising how governments operate and serve their citizens. These technologies have the potential to greatly benefit the public sector by optimising resource allocation, improving service delivery and enhancing public sector efficiency.

Public Sector
3
 min read
View All Articles