Displaying 20 results from an estimated 700 matches similar to: "Confirming kerberos for upcoming OpenSSH portable release."
2002 Oct 22
2
3.5p1, krb5 ssh -X-> sshd (F-Secure 3.0.1)?
I built openssh 3.5p1 with (--with-kerberos5=DIR) krb5-1.2.6 and
openssl 0.9.6g on RedHat 7.2 and been trying to get it to talk with a
commercial ssh, identified in the ssh -v output snippet below:
.
.
.
debug1: Remote protocol version 1.99, remote software version 3.0.1 F-SECURE SSH SNL1.0
debug1: match: 3.0.1 F-SECURE SSH SNL1.0 pat 3.0.*
debug1: Enabling compatibility mode for protocol 2.0
2003 May 28
2
SSH1 security with Kerb5
Hi,
I am trying to decide if it is worth the time to test the Kerberos support in a port I am working on of Openssh 3.5p1.
Does using Kerb5 with SSH1 solve the security problems inherent in protocol 1 and bring it up to par with the security level of SSH2 or are there other issues that Kerb5 authentication won't help for SSH1?
Thanks,
Greg Lambert
---------------------------------
Do
2010 Dec 14
1
binding data.frames with sequential names
Hello,
I have data frames X1 to X19
I want a simple way to bind them as the next run(s) will generate many
more sequential data frames.
I tried the following with i = 19:
> my.list <- as.list(paste("X",1:i,sep=""))
> new.data <- do.call("rbind", my.list)
> new.data
[,1]
[1,] "X1"
[2,] "X2"
[3,] "X3"
[4,]
2010 May 04
2
converting an objects list
Hello,
I would like to convert an objects list such as objects() or ls() that outputs "a101" "a102" "a104" "a107" "a109"
to read within a list statement as follows : list(a101,a102,a104,a107,a109)
Thanks
Tony
2002 Dec 11
4
OpenSSH-3.5p1: sshd fails at run-time
Here's what I get:
bash-2.02# sshd -ddd -p 1234
debug3: Seeding PRNG from /usr/local/libexec/ssh-rand-helper
debug1: sshd version OpenSSH_3.5p1
debug1: private host key: #0 type 0 RSA1
debug3: Not a RSA1 key file /etc/ssh/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug3: Not a RSA1 key file /etc/ssh/ssh_host_dsa_key.
debug1: read PEM
2002 Oct 08
2
Memory fault on HP-UX 11.0, 3.4p1
Is this a known issue? (ignore the pervasive MS-outlook capitalization)
Ssh-agent /bin/ksh
Ssh-add /root/.ssh/id_rsa
Blah blah
Ssh -vvv some_server date
...
debug1: ssh_rsa_verify: signature correct
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: Enabling compression at level 6.
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1:
2003 Jun 27
3
Kerberos Support in OpenSSH
Dear Sir and Madam:
I'm writing to you on behalf of the MIT Kerberos team and several
other parties interested in the availability of Kerberos
authentication for the SSH protocol.
We recently noticed that the OpenSSH developers had added support for
the kerberos-2 at ssh.com user authentication mechanism. We are
delighted but we believe additional steps are necessary, as explained
2002 Oct 16
3
ssh-3.5p1 core dumps on Solaris 2.6
Hi,
I've reported this problem a month ago on this list, and probably no-one
is interested? Binaries were configured with krb4 and afs enabled.
However, only the second crash seems to be related to krb4.
Any thoughts?
I had to add one line to includes.h:
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/ioccom.h>
#include
2002 Apr 24
2
Password in SSH scrips
Hi,
Suppose my backup server has to copy every day at the end of the night,
all files from the Web Server. So every day I will have a script that
copies files using SCP.
I USE HP-UX .
But this script must work without anyone entering passwords. I know that
SCP will need Passwords. How can I make a script with this feature ? Using
keygen ?
If posssible, describe with details how
2002 Sep 11
1
man page contribution
second time,
is there anybody that can tell me where I can send contributions to the man pages?
Dom
<<small addition to the scp man page>>
-------------- next part --------------
An embedded message was scrubbed...
From: "Cressatti, Dominique" <Dominique.Cressatti at lansa.co.uk>
Subject: small addition to the scp man page
Date: Mon, 9 Sep 2002 13:37:41 +0100
Size:
2003 Feb 11
2
Subscribe to list
Remote users on external networks unable to connect to the host using
F-Secure SSH from their workstations. The Host is installed with
openssh-3.4p1 from IBM.
Previously the host was installed with F-Secure 1.2.26 and there wasn't any
problems.
What can we do.
I've checked in the sshd_config file and the AllowHosts and Allow Users
tags are in there with the host ips and usernames that
2003 Mar 07
6
Call for testing for 3.6
We are heading into a lock here. So we need to get people to test their
respective platforms if they wish them to be supported out of the tar file.
So if you have any patches you need to ensure your platform works speak
up. We are looking at a lock on the 17th.
I believe I have an AIX/Cray patch and a Tru64 patch sitting in my mailbox
that I'll be looking at soon and more than likely
2003 Sep 16
5
OpenSSH Security Advisory: buffer.adv
This is the 1st revision of the Advisory.
This document can be found at: http://www.openssh.com/txt/buffer.adv
1. Versions affected:
All versions of OpenSSH's sshd prior to 3.7 contain a buffer
management error. It is uncertain whether this error is
potentially exploitable, however, we prefer to see bugs
fixed proactively.
2. Solution:
Upgrade to OpenSSH
2000 Jun 28
1
F-secure -> Openssh Compatibility (fwd)
Date: Tue, 27 Jun 2000 16:09:43 -0600 (MDT)
From: "W. Scott Wilburn" <wilburn at lanl.gov>
To: ssh at clinet.fi
Subject: F-secure -> Openssh Compatibility
We have Macintoshes running Fsecure SSH client 1.0.1 which are unable to
connect to a server running Openssh 2.1.1 on Red Hat 6.2.
I believe that the problem is a bug with Fsecure, since a 30-day trial
version of 1.0.2 works
2001 Jan 25
1
rcmd build
I''m having trouble building a package (named reap) under R1.2.1 Windows2000. I
successfully ran
d:\R\src\library rcmd check reap
but when I run
d:\R\src\library rcmd build reap
I get the message:
Please set TMPDIR to a valid temporary directory
I''ve tried setting TMPDIR to d:/temp via:
1) My Computer properties environment variables,
2) at the command line,
3) in Rprofile, and
2005 May 21
3
Compiling openssh-4.0p1 on Solaris 10.
I am trying to compile OpenSSH 4.0p1 on a new Solaris 10 system using the
OpenSSL that comes w/ the OS (0.9.7d) as well as MIT Krb5 1.4.1 (for various
reasons we are not using Sun's Krb5 implementation):
./configure --prefix=/usr/local --with-kerberos5=/usr/local/krb5
--with-ssl-dir=/usr/sfw
And it looks to be bombing here (adding in random support?):
-=-
gmake[1]: Entering directory
2007 Feb 06
2
abbreviate dataframe for Sweave output
I wanted to print the first and last rows of some dataframes in Sweave
using dots in columns to separate the two parts. Head and tail almost
work, but I have problems with factors and row names.
z<-data.frame(id=letters[1:26], x=sample(1:26,26))
rbind(head(z,3), ".", tail(z,1))
id x
1 a 18
2 b 8
3 c 14
4 <NA> .
26 z 10
Warning message:
invalid
2005 Dec 06
2
Constructing a transition matrix
Hi,
I would like to construct a transition matrix from a data frame with
annual transitions of marked plants.
plant<-c(1:6)
class<-c("seed","seed", "seed", "veg", "rep", "rep")
fate<-c("dead", "veg","veg","rep", "rep", "veg")
trans<-data.frame(plant, class, fate)
2007 Sep 25
2
3d barplot in rgl
Is there anyway to plot a matrix using a 3d bar plot. Something like
bar3 in matlab?
The example in demo hist3d does a 3d barplot for binned data, but has
anyone tried something for a simple matrix with spaces betwen bars
and axis labels using matrix dimnames or 1,2,3?
stages<-letters[1:3]
A<-matrix(c(
0.21, 0.21,0.03,
0.55, 0.58, 0.09,
1.30, 1.35, 0.22), nrow=3, byrow=TRUE,
2006 Jan 23
1
Sample rows in data frame by subsets
Hi,
I need to resample rows in a data frame by subsets
L3 <- LETTERS[1:3]
d <- data.frame(cbind(x=1, y=1:10), fac=sample(L3, 10, repl=TRUE))
x y fac
1 1 1 A
2 1 2 A
3 1 3 A
4 1 4 A
5 1 5 C
6 1 6 C
7 1 7 B
8 1 8 A
9 1 9 C
10 1 10 A
I have seen this used to sample rows with replacement
d[sample(nrow(d), replace=T), ]
x y fac
7 1 7 B
2