what are the host key type supported for SFTP conn...
# ask-stanley-ai
m
what are the host key type supported for SFTP connection with NetSuite?
c
AI generated answer (using internal Slack threads):
NetSuite supports RSA host key type for SFTP connections. You can generate the host key using the command
ssh-keygen -t rsa - PEM
. This command will generate the key in an encryption format that NetSuite expects. Please note that if you are trying to connect to a plain FTP server, you won't be able to do so via NetSuite. NetSuite does not support FTP in SuiteScript. You would need another server to act as a middleman in this case. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.879382432
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.85831815
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.85684669
Please provide your feedback on this answer.