Vedachalam Mahadevan
05/02/2025, 2:48 AMCeligo AI
05/02/2025, 2:48 AMAI generated answer (using internal Slack threads):To generate a .pem file and create an SSH key in NetSuite, you can follow these steps: 1. Generate the SSH key using the ssh-keygen command with the -m PEM option. This will generate the key in the correct format that NetSuite requires. The command would look like this:
ssh-keygen -t rsa -m PEM
This command will generate a private key file.
2. If you have a .ppk file and you want to convert it to .pem, you can use puttygen. You can download it from the official website and follow the instructions to convert the file.
3. Once you have the .pem file, you can upload it to NetSuite. To do this, navigate to Setup > Company > Documents > Files > SuiteCloud IDE Keys. Click New Key, and then upload your .pem file.
4. After uploading the key, you can use the keyId for creating an SFTP connection in NetSuite.
Please note that the version of ssh-keygen or libcrypto you are using might affect the generation of the key. If you encounter any issues, you might want to try using a different version.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
05/02/2025, 2:48 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838855863
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82989049
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825612187
Celigo AI
05/02/2025, 2:48 AM