similar to: Fwd: Re: sshd exponential backoff patch

Displaying 20 results from an estimated 5000 matches similar to: "Fwd: Re: sshd exponential backoff patch"

2009 Jan 23
4
sshd exponential backoff patch
hi, I wrote a patch to openssh sshd.c which enables "exponential backoff", so that an attacker cannot brute force your password by making hundreds of login attempts. here is the code: http://sam.nipl.net/sshd-backoff/ An attacker who fails to login is locked out (by IP address) for 1 minute, and the lockout period doubles for each failed login after that. Normally three logins are
2004 Dec 17
2
Time to add exponential backoff for SSH interactive login failures?
I'm accustomed to systems where even the first failed login attempt incurs a 5 second delay. I don't think that's too harsh, but everyone has their own needs and considerations. This could be made configurable. -Jay -----Original Message----- From: Rick Jones [mailto:rick.jones2 at hp.com] Sent: Wednesday, December 15, 2004 8:09 PM To: Jay Libove Cc: openssh-unix-dev at
2008 May 20
2
ssh implementation
hello, This is sridevi from ceeyes software technologies.I have a plan to implement this ssh opensource code and to port into vxworks-6.4.But there is no ssh support for vxworks-6.4.Is it possible to port the opensource code into vxworks-6.4.And also i noticed that key files in /etc/ssh/.How can i get those related files in vxworks-6.4.Give me a suggestion regarding this. Thank you, sridevi
2008 May 22
2
ssh porting
I am swetha doing final btech.i want to do project regarding ssh.I want to port this openssh open source code to vxworks-6.4.Is it possible to port it to vxworks-6.4?why becoz there is no support for ssh in vxworks-6.4.And also i got key files /etc/ssh/ in linux.how can i got such type of files in vxworks-6.4.Please give me a suggestion regardind this. Thank you swetha.
2001 Sep 25
0
Samba on VxWorks
Hi I would like to run/port samba on VxWorks. Anybody worked on this side? Basically we would like to view files/folders on VxWorks from Windows machine. I don't think just by modifying build procedure its possible to build & run samba on VxWorks. Any idea how much effort it could take to port code and other stuff. Thanks, Srinidhi -------------- next part --------------
2004 Aug 10
1
ADS membership with Samba 3.0.4
Hi, We are in the process of evaluating the possibility of porting Samba 3.0.4 to VxWorks. Features wise we don't see any problems. But our main concern is on the security. Since we do not have the concept of Users and Groups on VxWorks, we cannot have any authentications as such. So, the other possibility is to pass on the authentication to another Server on the network, typically a AD
2007 Oct 11
1
Boot problem with x86 VxWorks on a XEN HVM
Hi, i managed to boot a VxWorks 6.5 Kernel on QEMU without kqemu acceleration. The bootloader and the precompiled Kernel, both belong to the Pentium 3 BSP, which was delivered with the evaluation version of windriver workbench 2.6 for "intel". Now I tried to boot the same VxWorks bootloader and Kernel inside a XEN HVM. I see a message from the bootloader "V1.6+++..." and the
2004 Sep 16
0
ADS membership with Samba 3.0.4
Hi, Thanks for that information. So, now if I am to include Winbind, I would like to know what other system libraries (Linux based) winbind uses. The deciding factor now would be on how easy or tough it would be to get these libraries running on some thing like VxWorks. As far as I remember, in the 2.2.x series, if Samba was configured with security = DOMAIN, then smbd would connect to the
2002 Jan 18
1
OpenSsh to Vxworks
Hello Group, I'm not registered in this mailing list, however it will be great if someone can help me with these questions: I have "OpenSsl" up and running on Vxworks. How difficult will it be to port OpenSsh "server" part on to Vxworks ?. Should I take the portable version or the regular version ?. Just compiling LIBSSH_OBJ, SSH_OBJ, SSHD_OBJ, LIBCOMPAT will serve my
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
Hi My hardware PBX run asterisk on vxworks,Because the vxworks not support perl. Now I want to add a callback function to my pbx. now it can store Caller and Called party numbers in queue when Called party is busy Then I malloc a new ast_channel to call.It is should use ast_get_channel_by_exten_locked() or ast_channel_alloc() , my program as follow,But it isn't work, anyone know how to
2003 Feb 07
1
problem for printing with smbclient
Hello I'am french and I have a big problem with a great feature of smbclient, I can't print anymore postscript document directly to my network printer(postscript compatible) We have recently change of server, we used a old linux distribution ( suse 5 or 6) with samba 1.9 and we had no problem with it exemple : [warrior:/]> cat /tmp/aaa.ps | smbclient
2005 Jul 07
0
Is Syslinux the right means for my purpose?
Hello group. While investigating around my topic, I came across syslinux. On a first glance, I guess it could solve my problem perfectly. But before I dig deeply into the details, those experienced fellows of you, please have a short look over my problem and tell me, if I'm on the right track... This is my task: I have a SanDisk (Flash) with a usual DOS (16bit) partition on it. vxWorks is
2010 Jun 21
0
Problem printing to windows printer
Hello, I've encountered a problem printing to a windows print share and am uncertain how to go about resolving my problem. From what I've been able to tell, the problem lies in samba. I've got a fedora 13 box with samba installed and running on it. My goal is to print to a windows print share. I am able to use smbclient to query the print server and get a list of shares and
2011 Jun 14
2
How to generate bivariate exponential distribution?
Any one know is there any package or function to generate bivariate exponential distribution? I gusee there should be three parameters, two rate parameters and one correlation parameter. I just did not find any function available on R. Any suggestion is appreciated. -- View this message in context:
2008 Nov 11
3
exponential of a matrix
Is the matrix exponential available in some package? The cannonical reference is "Nineteen dubious ways to take the exponential of a matrix". (Love that title) Terry T.
2010 Jun 28
1
Exponential Smoothing: Forecast package
Hey, I am using the ets() function in the forecast package to find out the best fit parameters for my time-series. I have about 50 sets of time series data. I'm currently using the function as follows: ets(x,model="AZZ",opt.crit="mse") As to my observation about 5-10 of them have been identified by ets to have a trend and an alpha, beta values have been thrown up -
2003 Jun 10
2
fitting data to exponential distribution with glm
I am learning glm function, but how do you fit data using exponential distribution with glm? In the help file, under "Family Objects for Models", no ready made option seems available for the distribution as well as for other distributions satisfying GLM requirements not listed there.
2007 Mar 11
1
fitting a mixed exponential distribution
Hi all, I am attempting to fit, and test the goodness of fit of, a mixed exponential distribution to my dataset which consists of 15minute rainfall intensity data. FYI, the dataset spanning approx.2 years and 7 rainfall stations consists of some three hundred thousand 15min data records, of which some 30 thousand are non-zero rainfall amounts. Could anyone please tell me how i could do
2009 Oct 01
2
matrix exponential
Hi Guys, Im trying to find the exponential of a matrix. Can someone please help me do this? Thanks a lot _________________________________________________________________ View photos of singles in your area Click Here =1&lage=18&uage=55&cl=14&sl=0&dist=50&po=1&do=2&trackingid=1046138&r2s=1&_t=773166090&_r=WLM_EndText
2006 Nov 01
2
megatec driver and usb-to-serial converters
Hi all, Currently, the "megatec" driver only supports UPSes which have a serial (RS232) interface. However, I'm under the impression that most of the models that speak the megatec protocol, and have an USB interface, just have a standard serial-to-USB converter inside. This being the case, there should be a "/dev/ttyUSBx" device which the megatec driver could use just as