Hi all! I'm trying to set up ABSI at the moment an...
# administration
k
Hi all! I'm trying to set up ABSI at the moment and am having a hard time coming up with a valid key. The bank requires a key in the following format:
Copy code
Format: OpenSSH or SecSSH
Key Algorithm: RSA
Key Size : 2048 or 4096
Key type : SSH-RSA AND SSH-DSS
Version: SHH Version 2
Expiry date
k
If the sFTP is hosted by the bank then the bank should be able to provide the key.
k
They want us to provide the key, but our tech contact there doesn't know how such keys are generated
k
I've done the integration twice with bank-hosted sFTP, and received the key from the bank's tech both times. Bank tech should be able to provide it if they are familiar with implementing sFTP
b
the usual is using
Copy code
ssh-keygen
on the command line
there should be lots of guides on that keyword
k
@battk yeah that was the next thing I was going to try
I've tried every possible option on PuTTYgen and none worked
b
putty can work too, but by default it uses its own format so you need to make sure you convert the keys to pem format
k
Yeah, I was using pem with PuTTYgen, because otherwise NetSuite won't take it either.