-
Overview
-
Practical sheets
-
-
-
-
-
-
-
- Backup : Agent-Level B&R via NSS for IAAS offer
- Backup : Create VCOD Backup
- Backup : Netbackup Agent Installation for Linux
- Backup : Netbackup Agent Installation for Windows
- Backup : Overall Design for VCOD Offer
- Backup : User's Guide for VCOD Offer
- NSX-T : Configuring a Distributed Firewall [FR]
- NSX-T : Create a VPN Ipsec
- NSX-T : Creation of T1
- NSX-T : DNAT configuration
- NSX-T : How to configure a Gateway Firewall
- NSX-T : SNAT configuration
- NSX-T: Create and Configure a Geneve Overlay Segment [FR]
- NSX-T: How to configure an IPSEC solution
- vCenter : Clone a VM [FR]
- VCenter : Create a new VM
- VCenter : Create a snapshot of a VM
- VCenter : Reset cloudadmin password
- VCenter : Storage Vmotion on a VM
- VCenter : Upgrade Vmware tools on a VM
- Show all articles (5) Collapse Articles
-
-
Q & A
-
Services
- Backup
- Bare metal server
- Block Storage [FR]
- BVPN access
- Certifications [FR]
- Cross Connect [FR]
- Dedicated Cluster
- DRaaS with VCDA
- Dual Site [FR]
- HA Dual-Room
- Internet access
- Kubernetes [FR]
- Licenses
- LoadBalancer As A Service
- Network
- Network Storage
- Object storage
- QoS Appliance
- Security
- Support and Coaching
- Tools [FR]
- VCenter On Demand
- VM Replication [FR]
- Show all articles (8) Collapse Articles
KaaS – SSHKey for node access
Workload cluster deployment
SSH key creation for node access
To have access on nodes that you will deploy, you will need to provide a ssh rsa key. This key will be used in the future to connect to node through SSH mainly for diagnostic & troubleshooting purpose.
Please note !
This key must be stored securely and never be lost.
Generate keys on Linux
ssh-keygen -t rsa -b 2048
Generate keys on Windows
To generate keys on a Windows machine we will use a tool called Putty Key Generator. > https://www.puttygen.com/
it is recommended to have a clear filename to identify easily wich file is the private key and wich one is the public one.
- Download the puttygen tool & launch it
- Select Key > SSH-2 RSA Key
- Move randomly your cursor
- Set a passphrase to secure your key
- Save your public key & your private key in two separate files.
it is recommended to have a clear filename to identify easily wich file is the private key and wich one is the public one.
Please note !
Your public key will be used during the cluster provisionning process, the key have to be on openSSH format instead of SSH2 format You can save to a third file the OpenSSH formatted key that is displayed in PuttyGen (line started by ssh-rsa)
Convert SSH2 public key to OpenSSH format
If you have a public key in SSH2 format, it will be required to convert it in OpenSSH format to use it in KaaS Advanced configuration file or KaaS Basic GUI.
Simply use ssh-keygen to convert it :
ssh-keygen -i -f /your/public/key.file