03-Apr-2019 13:39
04-Apr-2019 05:42
Few questions:
04-Apr-2019 12:51
I am able to ssh into the box fine. I can access bash. We have TACACS set up.
15-Apr-2019 16:44
This is a known issue and we have a bug ID754482. It has not been published yet, please find more info when it available by following website.
https://support.f5.com/csp/bug-tracker
11-Jun-2020 01:08
I hit this on a 13.1 box. I expect you found a workaround, but since it's not mentioned here, I'll add mine (for anyone else who searches on this issue)
You just need to add a path to the SCP command.
So instead of 'scp afile bigip:' use 'scp afile bigip:~' (for your home directory)
20-May-2022 14:07
I know this is old but to help others, here is my workaround.
Rather than using: "scp file.ucs remoteserver:"
use the full path to the file you are sending "scp /var/local/ucs/file.ucs remoteserver:"
Do this even if current working path is in the same directory as the file.
31-May-2022 03:45
Hello,
I am having the problem using version 16.1.2.2 on Viprion "vCMP Guest", when I try drag and drop via "winscp", I recived this same error "relative addresses not allowed".
Workaround: To copy my files using winscp, I use right botton mouse > copy on file and rigth botton mouse > paste on my "desktop".
I hope that works with you too.
14-Jun-2022 13:40
Thank you for the copy/paste workaround, works perfectly!