Skip to main content

All Questions

Tagged with
0 votes
0 answers
490 views

SFTP disconnects if directory owner is not root

I'm on Debian 11, using openssh-server 8.4, trying to build an sftp server for HTML uploads. The upload destination directory is "/var/www/html" and the username is "sftp-user". ...
TranslucentFoxHuman's user avatar
3 votes
1 answer
32k views

SSH Permission denied (publickey) on Raspberry Pi

I used to be able to establish a ssh connection to my Raspberry Pi but suddenly it failed on me. The usual way to log in is just ssh [email protected] and it would request a password. But today ...
Rex Low's user avatar
  • 171
3 votes
0 answers
5k views

ssh with kerberos:Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

I configured kerberos 5. I also configured ssh2. Then I tried to authenticate with kerberos user on remote. When the user tried the following command to connect to a remote host: ssh -v username@...
user739435's user avatar
2 votes
1 answer
1k views

SSH and user Nobody

I'm trying to have my Raspberry Pi trigger scripts on my Mac which is on the same local network. SSH is enabled on the Pi. I've created an ssh key so ssh won't ask for a password or passphrase using ...
2oh1's user avatar
  • 141
0 votes
1 answer
104 views

Should I create an extra user (other than root) for my web server? [closed]

I want to host a small homepage via node.js from an DigitalOcean Debian droplet. I added SSH-keys for my personal MacBook and I'm able to connect via SSH (only my MacBook is registered otherwise you ...
user avatar
0 votes
0 answers
14k views

Permission denied (publickey,gssapi-keyex,gssapi-with-mic) on Raspbian

I'd like to connect to my CentOS server via SSH, but Permission denied error was shown. RPI to Server with "ssh foo.bar.com" command -> FAILED ("Permission denied" was shown) RPI to Server with "ssh-...
Daiki Komatsuda's user avatar
5 votes
2 answers
4k views

Can't access directory over SSH

I am accessing a MyBook server using SSH by means of public-private keys. I have a wierd problem where i am unable to access certain folders that i should logically have access to. I have a ...
Martin Nielsen's user avatar