0

Sftp error 255?

Question:

How to fix this error on SSH access?

Windows SFTP Linux Add a comment
mason
asked Mar 09 2021

Answer

0

Sometimes the problem is brought on by a change in the /home/user and /home/user/.ssh permissions. So, after checking the authorization, we will make the following adjustment. basketball stars

Add a comment
wuckertrhea
asked May 17 2023
edited May 18 2023
Post your Answer
0

Answer:
Sometimes the error is occur when the permissions of the /home/user and /home/user/.ssh changed. so we will check the permission and change it as follows
chmod 755 /home/user
chmod 700 /home/user/.ssh

Add a comment
linuxhelp
asked Mar 09 2021
Post your Answer