Re: Problems with SSH and Realtek driver

2007-03-14 Thread Lowell Gilbert
"Alexander Schlichting" <[EMAIL PROTECTED]> writes:

>  
>
> I had a problem with the sshd disconnecting incoming connections after a few
> seconds of inactivity. I tried a lot and found no solution for this so I
> ended up with trying the latest driver from here :
> http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1
>  d=4&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true>
> &PNid=13&PFid=4&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true
> and since the driver is from mid November last year I did not expect it to
> be any better. I actually expected FreeBSD to have that driver with the
> kernel but it seems like it's not. After installing this driver all my
> problems are gone. The problem is I have to install 4 servers with the same
> Realtek NIC. What would be the best way to do this and to compile the driver
> static with the kernel. I would like to avoid loading it as a module for
> every server. Does a snapshot release maybe have the latest Realtek driver ?

That depends a bit on exactly which RealTek hardware you have.  
However, the drivers have undergone continuous development, so your
results are likely to be better with more recent FreeBSD code.

An examination of the code with that version and the one it was based
on could tell you what the changes were that RealTek made.  Then you
could see if those changes have made it into the latest version.

Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with ssh

2003-11-03 Thread David Landgren
Peter Ulrich Kruppa wrote:

Hi!

I can't ssh into one of my machines anymore.
The only possible reason I can think of is that I played around
with it's IP. Does it have to be reset somehow?
Delete any references to it in ~/.ssh/known_hosts on any machine from 
which you wish to connect to the machine in question.

Also, try ssh -v ... to see why/when it fails.

David

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: problems with SSH/DSA authentication

2003-03-01 Thread Bsd Neophyte

--- Ronald Clark <[EMAIL PROTECTED]> wrote:
> Permissions. Start there by issuing the command chmod -R 0600
> . 

i've done this.

> Also, how is your key pasted into authorized_keys2? If you did the key
> block, I have had some trouble in the past getting that to work. So take
> the
> public key string from puttygen and paste it or cat it into the
> authorized_keys2 and try again.

i saved it directly using puttygen's saving feature... and i tried cutting
and pasting.  still no luck.
 
> 
> If worse comes to worse, kill the sshd service and manually restart it
> with
> the -d option and watch the screen on the FreeBSD box while you try to
> come
> in. It will usually spell out the problem. 

i did this as well... but the output is too cryptic fo me to figure out. 
you mind taking a look at the output?



__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message