Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP -i parameters not present in F5 prior of v12.x.x #40

Open
EmilGozzi opened this issue Nov 22, 2022 · 0 comments
Open

SFTP -i parameters not present in F5 prior of v12.x.x #40

EmilGozzi opened this issue Nov 22, 2022 · 0 comments

Comments

@EmilGozzi
Copy link

EmilGozzi commented Nov 22, 2022

Since the parameter in question is not present in F5 in version 12 (and therefore I suppose also in earlier versions) in order to really be able to say that it is compatible from vertsion 11 onwards, even using the SFTP sending function, I would modify the two lines:

121
203

To create the script file with the parameter:
-o "IdentityFile=/var/tmp/TMSHAPPNAME_sftp.key"

By replacing:
-i /var/tmp/TMSHAPPNAME_scp.key

I am not very experienced but in the next few days I hope to test it.

Is it better to modify the implementation without the space?
-o"IdentityFile=/var/tmp/TMSHAPPNAME_sftp.key"

Without the inverted commas?
-o IdentityFile=/var/tmp/TMSHAPPNAME_sftp.key

I'll leave it to you, as I am not very experienced

I hope this was helpful.
Shall I also add a comment to the tread on DevCentral?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant