You are not logged in.
I recently switched to Arch from Gentoo. Back when I was running Gentoo, I ran an ssh server with s/key authentication enabled. I copied the sshd config files over to the Arch installation, but I don't seem to have s/key authentication anymore, and there doesn't seem to be a package for s/key.
How do I get s/key authentication working in Arch? Neither the wiki nor the forums seem to have any information on this.
Thanks!
Edit: here's my sshd_config, btw:
Protocol 2
PermitRootLogin no
PasswordAuthentication no
ChallengeResponseAuthentication yes
GatewayPorts yes
X11Forwarding yes
Subsystem sftp /usr/lib/ssh/sftp-serverLast edited by tazmanian (2009-11-11 17:56:27)
Offline