Displaying 4 results from an estimated 4 matches for "md5password".
Did you mean:
md5_password
2007 Jun 28
5
[Bug 1326] New: Allow non-public-key credentials in authorized_keys file ( Kerberos, etc.)
...h as command, from, etc.
Most importantly, it should be possible to name and restrict a
GSSAPI/Kerberos principal in an authorized_keys file. Example:
from="*.bla.com" ssh-rsa AAAAB3NzaC1yc2EAAAA....
from="*.bla.com" ssh-gssapi johndoe at bla.com
from="*.bla.com" ssh-md5password fa45c39ad35d1efa635916459dac4bed
command="/bin/helpdesk" ssh-md5password 163fa56fade48646fa4562ecb6b7901
The authorized_keys file could even be renamed to
authorized_credentials, to reflect that it is a list of credentials
that are authorized for login, which includes, but is not restric...
2005 Aug 05
3
Realtime IAX
I am using Asterisk CVS from last week and have been using Realtime SIP
for a couple weeks now without any problems. Yesterday I decided to turn on
Realtime IAX but I am having problems dialing to my long distance providers
like Voicepulse, Sixtel or Nufone. I get the following:
-- Executing Dial("SIP/2001-3761", "IAX2/password@voicepulse/19566680301")
in new stack
1999 Nov 22
0
[PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
...0:21:53 1999
@@ -284,7 +284,7 @@
)
dnl Check whether user wants TCP wrappers support
-AC_ARG_WITH(skey,
+AC_ARG_WITH(tcp-wrappers,
[ --with-tcp-wrappers Enable tcpwrappers support],
[
AC_DEFINE(LIBWRAP)
@@ -293,7 +293,7 @@
)
dnl Check whether to enable MD5 passwords
-AC_ARG_WITH(md5passwords,
+AC_ARG_WITH(md5-passwords,
[ --with-md5-passwords Enable use of MD5 passwords],
[AC_DEFINE(HAVE_MD5_PASSWORDS)]
)
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
1999 Nov 23
2
Fixes for Solaris
...ogin setenv)
@@ -284,7 +284,7 @@
)
dnl Check whether user wants TCP wrappers support
-AC_ARG_WITH(skey,
+AC_ARG_WITH(tcp-wrappers,
[ --with-tcp-wrappers Enable tcpwrappers support],
[
AC_DEFINE(LIBWRAP)
@@ -293,7 +293,7 @@
)
dnl Check whether to enable MD5 passwords
-AC_ARG_WITH(md5passwords,
+AC_ARG_WITH(md5-passwords,
[ --with-md5-passwords Enable use of MD5 passwords],
[AC_DEFINE(HAVE_MD5_PASSWORDS)]
)
Index: gnome-ssh-askpass.c
===================================================================
RCS file: /var/cvs/openssh/gnome-ssh-askpass.c,v
retrieving revision 1.3
retri...