You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: