Displaying 20 results from an estimated 10000 matches similar to: "Agent forwarding with DSA keys?"
2000 Apr 06
1
/dev/random is on your Solaris CD
There was some discussion recently about the Solaris /dev/random
support that can be downloaded from Sun's patch archive as part of
a patch to the Sun Web Server 1.0 product. The SUNWski package
is the interesting bit that purports to provide /dev/random.
It was noted that domestic and international versions of the patch
existed and that only the international (no encryption) version
was
1999 Mar 17
1
Copied files filled with zeros
I'm running Samba 2.0.0 on Solaris 2.5 and 2.6. I've had a report
that a user on a Wincenter machine (NT4 + Windows Terminal Server +
Citrix Metaframe + NCD stuff) dragged a Word document from his NT
fileserver onto one of my Samba servers and the result was filled
with zeros. We have been able to reproduce the problem from annother
account on the Wincenter machine, but cannot make it
2000 Jan 10
2
whitespace
Hello Readers,
Is it possible to disallow creation of filenames containing
whitespace characters on Samba Shares ?
This is causing headaches sometimes on the unix side of life.
TIA
--
Werner
SETI@home workunit: 119
CPU-Time: 8623439.55
1998 Oct 30
0
One seamless file space?
Greetings!
I'm experimenting with the 2.0.0.alpha13 snapshot and attempting
to get my four Solaris fileservers to present a single uniform
(automounter-like) namespace to our NT clients. Re-wording,
I'd like PC clients to see a single "server" that appears to
share all of the Unix home directories on four fileservers. The
automounter shields my Unix users from the operational
2002 Apr 10
2
Compiling OPENssh to use random package
Hello,
I have attempted several times to compile openssh3.1p1 that will use a
random package called ANDIrand. How can I compile and get ssh to use this
random number generator? I have tried the --rand-helper switch with my
configure and still it does not work. I am compiling in Solaris 8, and need
to then create a package that can be used on Solaris 6, Solaris 7, and
Solaris 8.
Thanks,
Eric
2000 May 16
0
OpenSSH 2.1.0 won't build without rc5 and idea
OK, I've hacked configure so that it simply checks that it can link
with openssl. Now, when I run make, it dies on authfile.c while
trying to include the non-existent headers openssl/rc5.h and
openssl/idea.h. I built my installation of openssl without those
algorithms in order to avoid commercial licensing issues.
The following diff band-aids the problem, but I think it's down-stream
of
2000 Feb 28
0
Samba in a Win2k domain
John Dodge asked this same question back in December, but I haven't
seen any response in the archives. So, here it is again:
Samba appears not to be able to authenticate users whose account
lives in a Win2k domain. I have a couple Samba 2.0.4b servers that
use the local NT 4 PDC for authentication. The NT admins tell me
that the new Win2k domain has a trust relationship with the old NT 4
2000 May 03
0
Excell files clobbered by Samba log files
I have a couple Samba servers running 2.0.4a on Solaris 2.6. They
generally give me no trouble, and have been stable for a long time.
I'm in the process of qualifying 2.0.7, but feel no great urgency
to upgrade.
However, one day last week several users reported trouble getting
to their files. I changed the debug level several times during the
day to try to diagnose the problem. With
2000 Mar 16
1
Samba can't authenticate in Win2k domain
I have three Sun fileservers running Samba 2.0.4b. They're setup
to authenticate with the local NT PDC, "iss-tech-f". In particular,
they've got this in their smb.conf files:
security = domain
password server = iss-tech-f
encrypt passwords = yes
This setup has been stable for many months, and I routinely point
to it as a success story for open source.
Now that
2000 Mar 02
0
Samba in a Win2k domain (repeat)
I asked this question back on Monday and haven't seen any responses.
Have I not stated the problem clearly enough? Does it appear as if
I have not done my homework? Is nobody actually trying to integrate
Samba with Win2k domains? Am I not being patient enough?
If you've got a clue about how to get Samba to authenticate a user
who happens to have his account in a Win2k domain, please
2004 Oct 05
3
Confounded data frame column names
This is probably a know problem (problem for me anyway) in R but I
don't quite know what to search for in help archives. When I name a
column "x11" in a data frame R thinks a column named "x1" exists. In
my application I am trying to test for the existence of a column, then
add it if it's not there. Here is a simple example:
> temd <- data.frame(x11=c(0:10))
>
2001 Dec 23
3
ssh
Hello! I would really appreciate any hints
to a little puzzle that has been gnawing at me
about remote sessions with ssh...
(and likely all connectivity programs...)
Because network connections can only talk in
ASCII, there is no way to tell the difference
between TAB and "Ctrl-i" (i.e. pressing Ctrl and i keys
together). BOTH are transmitted as same ASCII
code. Likewise, Ctrl-m and
2000 Jan 28
0
Head branch with "server = domain", login fails.
OK, I'm taking another run at this thing. My experiments with the
TNG branch are on hold. I won't be allowed to put up a non-Microsoft
domain controller anyway, so I'm stepping back to just putting up a
good fileserver.
I'm testing the head branch code under Solaris 7 on SPARC (calamity).
The code I'm using was checked out yesterday. I've got three other
Solaris 2.6
1998 Nov 05
1
Nis homedirs
Greetings,
I'm using 2.0.0-alpha13 on Solaris (compiling with gcc 2.8.1 on Solaris
2.5, running on 2.5, 2.5.1, and 2.6). I see this in the smb.conf.5
man page:
nis homedir (G)
Get the home share server from a NIS (or YP) map. For unix
systems that use an automounter, the user's home directory
will often be mounted on a workstation on demand from a
remote
2001 Feb 27
0
Bug Report: Not using sysconfdir for version 2 host key
For what it's worth--only minimal time spent trying new version.
Bug: OpenSSH-2.5p1 does not find version 2 host key in directory
specified by sysconfdir in configure.
Env: Redhat Linux 6.2- kernel 2.2.18- Alpha ev5 processor- Compaq
XP1000- egcs-2.91.66
sysconfdir=/etc/openssh
Testing is on single host using ssh2.5p1 to connect to sshd2.5p1.
Symptom:
[root at penguin sbin]# sshd -d
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)
2005 Feb 21
4
rnorm??
I am wondering whether there is a bug in rnorm.
When generating rnorm(1000000) and counting
the cases > 4 and the cases < (-4) I get rather
unexpectedly low counts for the latter. The problem goes away
when using qnorm(runif(1000000)).
Fritz Scholz, PhD
Applied Statistics Group
Boeing Phantom Works
fritz.scholz at pss.boeing.com
425-865-3623
Tu/We 206-542-6545 (most likely)
2010 May 02
2
Sendmail Configuration Problem - 550 5.1.1 - User unknown Problem
Hi,
I'm having this Sendmail configuration problem and stuck. I've been doing googling/reading posts and none of the solutions matched my problem.
I'm doing some testing, and have been getting this 550 5.1.1 ....User unknown error when I send the email to my company's email address. When I send it to an external email address, such as yahoo, the message delivered successfully.
2003 Jul 09
3
OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes
Greetings,
I have compiled OpenSSH-3.6.1p2 on SCO 3.2v4.2 and
the following problem occurs:
I am unable to login as root using when strictmode is set to yes.
output of debug:
Failed none for root from 192.168.1.1 port 1199 ssh2
debug1: userauth-request for user root service ssh-connection method
publickey
debug1: attempt 1 failures 1
debug2: input_userauth_request: try method publickey
debug1:
2000 Aug 05
1
dsa keys & ssh-agent
Ok... I just kludged dsa key support into the ssh-agent that comes with
openssh-2.1.1p4. Its ugly and conforms to no standard (I could find no
signifigant mention of it in the IETF drafts) but it does seem to
work. If anybodys interested in it, I'll clean up the code and post. For
now I'm going to sleep.
Oh yeah.. thanks Damien Miller for pointing out that SSL
add_all_algorithms bit,