On Fri, Jan 24, 2003 at 11:11:27AM -0500, Aaron Wade wrote: > I am trying to set up authpf users to use Public Key authentication in ssh. > I am trying it on a windows client at the present time, using ssh.com's > windows client. I create the key's and try to upload the pub key to the bsd > box and it just hangs. The users shell is /usr/sbin/authpf and I am sure > that makes all the difference. Is there a way to get authpf shell users to > use Public Key auth in ssh ? this is 3.2-stable.
scp doesn't work if your shell is authpf, so you'll have to find another way to transfer the public key to the user's ~/.ssh/authorized_keys. But once the key is there, interactive login to authpf to get the rules updated will work just fine using public key authentication. Daniel
