Hello.
Since last few weeks, I have been doing SSH to a server using my local FreeBSD desktop. I am able to read/write, and do the stuff that I am permitted to including setting up crons, and few other kubernetes related stuff.
But around 3-4 days ago, I tried to download a file (using scp command) to my local directory. But I got "permission denied" error. I tried a few different things, including changing permissions of the local directory. Then I created a local user by the name "tools.kiranbot4", gave it appropriate permissions, but still I am getting following response:
What should I do so that I would be able to copy files from the SSH terminal?
Regards,
usernamekiran.
Since last few weeks, I have been doing SSH to a server using my local FreeBSD desktop. I am able to read/write, and do the stuff that I am permitted to including setting up crons, and few other kubernetes related stuff.
But around 3-4 days ago, I tried to download a file (using scp command) to my local directory. But I got "permission denied" error. I tried a few different things, including changing permissions of the local directory. Then I created a local user by the name "tools.kiranbot4", gave it appropriate permissions, but still I am getting following response:
tools.kiranbot4@tools-sgebastion-10:~$ touch /home/usernamekiran/KiranBOT/scripts/test.txt
touch: cannot touch '/home/usernamekiran/KiranBOT/scripts/test.txt': Permission denied
tools.kiranbot4@tools-sgebastion-10:~$
What should I do so that I would be able to copy files from the SSH terminal?
Regards,
usernamekiran.