Skip to content
Discussion options

You must be logged in to vote

@Rocco-hash
The error:

scp: remote open "/data/dionaea/binaries/0f31231bdfad5283ddf6e": Permission denied

suggests this is a Linux file permission issue, rather than a T-Pot or Dionaea issue.

Changing the permissions on the directory alone (chmod +rwx) is often not enough. The file itself must also be readable by the user you're connecting with, and every parent directory in the path must have the execute (x) permission so it can be traversed. :contentReference[oaicite:0]{index=0}

I'd recommend checking:

ls -ld /data
ls -ld /data/dionaea
ls -ld /data/dionaea/binaries
ls -l /data/dionaea/binaries/0f31231bdfad5283ddf6e

Pay particular attention to:

  • the file owner/group,
  • whether your SSH us…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Rocco-hash
Comment options

You must be logged in to vote
1 reply
@Ganesh-403
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants