Displaying 3 results from an estimated 3 matches for "rsaauth".
Did you mean:
bsdauth
2001 Jul 27
2
OpenSSH-RSAAuth-NFS
Here's a bunch of changes I've made to the current portable version of
OpenSSH.
The aim is that the rsa_authentication flag in sshd_config can be given the
values "without-nfs" This is really handy within a large organization where
incorrectly secured home directories can allow authorized_keys(2) to be
modified by someone other than the owner.
So now rsa_authentication can take
2001 Jun 01
0
Disabling Password-based auth? (was RE: recent breakins)
Crap. I hit send too fast. Last sentence in
first paragraph should have read "no completely
secure way" for authentication to be passed--
because the agent-based forwarding program
could have been compromised as well--except for
the cases already mentioned such as SRP and
RSAAuth where the auth. information is better
protected.
Even if the SF server had been capable of forwarding
the password auth. the Apache compromise could
still have happened--password authentication really
isn't secure enough for most cases.
Bottom line is that too many people use password-based
a...
2004 Sep 15
4
IAX to IAX connect question
...to set
a main one with some of slaves or users, in this way, i will only need to
add new "slaves" in the master, and this is what i tried.
Office iax.conf
===============
register => 999999:mypass@iax2.fwdnet.net
[iaxfwd]
type=user
context=fromiaxfwd
auth=rsa
inkeys=freeworlddialup
[rsaauth]
type=peer
host=dynamic
auth=rsa
outkeys=myast
username=rsaauth
context=extensions
[user01]
type=peer
user=user01
host=dynamic
secret=somepass
username=user01
context=localuse
outkeys=myast
inkeys=myast
Office extensions.conf
======================
[officetime]
exten => _999999,1,Answer
exten...