sshd not accepting ssh-rsa key auth after update on gentoo
Test shows, that ssh-rsa is available: It’s a bug. Workaround: Edit your /etc/sshd/sshd_conf: PubkeyAuthentication yesPubkeyAcceptedKeyTypes=+ssh-rsa
Test shows, that ssh-rsa is available: It’s a bug. Workaround: Edit your /etc/sshd/sshd_conf: PubkeyAuthentication yesPubkeyAcceptedKeyTypes=+ssh-rsa
Some hints /example: * Add a group sftpgroup: sftpgroup:*:1001: * Add a user sftpuser1. * Add a home directory for this user, it’s the sftp data directory. Here we use /data/sftp/sftpuser1 * Chown this directory to drwxr-x— 4 root sftpgroup 512 Jan 5 12:53 sftpuser1 * Tune this user, always (!) use vipw, otherwise your […]
curl –get –user -o /dev/null –user “user:password” –data-urlencode “argument_a=la la la la la” –data-url-encode “argument_b=bla bla bla bla” “http://my.site.com/execute.pl”