Displaying 20 results from an estimated 11000 matches similar to: "OpenSSH error messages."
2001 Oct 10
0
sftp localhost exits after authentication?
Hi,
I use openssh-2.9p2 on a LynxOS i386 system. The ssh
and scp clients work fine. Even sftp from other Linux
systems works. But, if I make sftp to the localhost
(LynxOS), the authentication succeeds, prints sftp>
prompt and then exits. I don't know why this happens.
I have not set the euid of ssh program to root as it
does not work in LynxOS (may be problem with saved
ids). Might this
2001 Aug 03
1
Disconnecting: protocol error: rcvd type 98
When I SSH using protocol 1 from a Debian box running OpenSSH 2.9p2-4
to a sparc.sunos5 box running vanilla OpenSSH 2.9.1, after a little
while (of inactivity?) I get the following message on the client
terminal:
Disconnecting: protocol error: rcvd type 98
Looking further, this message is actually caused by the SSH daemon.
However, I'm at a loss to determine why sshd is doing this.
I attach
2001 Oct 23
1
ssh/sshd go off in limbo-land after closing remote session (v2.9.9p2)
When I run a remote xterm, the ssh hangs even after I quit the xterm.
Below is the output for the following sequence:
client> ssh -v -v -v dazel xterm
xterm> exit
client> ^C
The outcome is always the same - the ssh doesn't exit with I quit the
xterm... I have to hit CTRL-C on the client side.
polycut:~> ssh -v -v -v dazel xterm
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL
2018 Jan 19
0
reading lisp file in R
Here are the beginning of a R program.
I hope it can help you writing the rest of the program.
Regards
Martin M. S. Pedersen
----
filename <- "university.data"
lines <- readLines(filename)
first <- T
for (ALine in lines) {
ALine <- sub("^ +","",ALine)
ALine <- sub(")","",ALine, fixed = T)
if
2018 Sep 07
2
Construir matriz de distancias
Me encantaría saber pensar así de una.
Creo que entiendo bien lo que me decís, pero no lo puedo poner en marcha en
mi computadora, por algo que no sé qué será.
Cuando llego a:
> cosa<-aline(w1=x,w2=y)
En RStudio me dice que R sufrió algo. Probé directamente desde la consola
linux y también:
> cosa<-aline(w1=x,w2=y)
*** stack smashing detected ***: /usr/lib/R/bin/exec/R terminated
2018 Sep 07
2
Construir matriz de distancias
¡Buenas, listeros!
Supongo que lo que planteo es muy básico, pero estoy trabado y no lo veo.
Tengo una función que da la distancia lingüística ALINE, alineR::aline(),
pero que no genera matrices.
Tengo que hacer matrices de distancias ALINE de unos datos tipo esto:
A cansado
B cansadísimo
C cansau
D reventado
E reventao
F NA
G canso
alineR::aline("cansado", "cansado")
# 0
2001 Jun 26
1
OpenSSH 2.9p2 with PAMAuthenticationViaKbdInt
When using PAM to do password authenticaion the attempt/failure counter
appears to be getting confused. This is using a rh62 system with the
openssh-2.9p2-1 rpms...
On the client side...
[matthewm at toadhall (7) matthewm]$ grep Auth /etc/ssh/ssh_config
RhostsAuthentication no
RhostsRSAAuthentication no
HostbasedAuthentication no
RSAAuthentication no
PubkeyAuthentication yes
2001 Jul 02
0
2.9p2 -- ForwardX11 fails -- X11 connection uses different authentication protocol
Hi,
I just grabed the 2.9p2 and can't forward X11 connections. This worked
fine for me under 2.9p1 but with 2.9p2 it seems that $XAUTHORITY isn't
getting set and when I try and set it manually connections to the
Xserver still fail with:
debug1: X11 connection uses different authentication protocol.
debug1: X11 rejected 1 i1/o16
Verbose debugs below.
client:
OpenSSH_2.9p1, SSH
2003 May 11
1
lines(aline, type = 'b', col = "blue) does not work for POSIXct plot.
Hello,
x <- ISOdate(2003, 4, 1:30) # POSIXct vector
y <-c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)
aline <- c(30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1)
plot(x, y, xaxt = 'n', main = 'Number of Stuff for the Project, April 2003', xlab = 'Report Time', ylab = 'Number of
2006 Jul 22
1
How to add a line on the boxplot
Hi,
I have a data frame,
> df=rnorm(1000)
> dim(df)=c(100,10)
>
And i can get the boxplot,
> boxplot(data.frame(df))
So how can add a line (aline) on the existing boxplot,eg,
aline=apply(df,2,max)
Thanks in advance.
[[alternative HTML version deleted]]
2001 Jul 24
1
OpenSSH 2.9p2+Kerberos5 on RH7.1 fails
I've been installing OpenSSH 2.9p2 onto several RedHat Linux machines,
after compiling in the GSSAPI/Kerberos5 patch from here:
http://www.sxw.org.uk/computing/patches/openssh.html
I've been using ssh both to let users in via passwords and Kerberos
tickets, and both have been working fine...
except for one irritating machine, which (for no good reason I can see)
fails when using kerberos
2003 Aug 26
6
Bad packet length error
Hi,
I am running sshd (openssh-2.9p2) on a power-pc LynxOS box, and am
connecting from a ssh client (openssh-2.9p2) on an x86 Linux box.
This works fine for ssh protocol version 1, but am getting the below error
for ssh v2:
Disconnecting: Bad packet length -857542839.
I am also attaching the complete debug traces from sshd & ssh below.
I am not sure if this is an "endian" issue.
2001 Aug 08
1
AUTH_FAIL_MAX reached too early
This looks like a bug (ssh -v output from user included below).
AUTH_FAIL_MAX is reached before all supported authentication methods
are tried.
One possible solution is to count authentication failures separately
for each method tried, and disconnect if one fails more than
<configurable> times.
Btw: The exit status bug is fixed in the CVS version of OpenSSH, but
I'm not very
2001 Oct 24
1
OpenSSH/ls locks term
Running "ls" on a large directory (/usr/bin) locks the term when using
protocol 2.0. A tilde works to escape the session.
Client: OpenSSH_2.9p2 on NetBSD
Server: OpenSSH_2.3.0 on FreeBSD
Output of ssh -v <FreeBSD host>:
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will
2007 May 04
0
Redhat ES3 & 4 findsmb
In hope and all googled out,
have used the basic samba functions for some time. Have now installed a few
RH ES3 & 4 machines and in the majority of cases, just have PC's access
directories on the Linux servers and mount points from Linux to PC's.
Have noticed, after the fact, that findsmd only finds itself.
On the same network have two Linux machines
Redhat 7.2 findsmb gets all
2001 Jul 26
1
possible bug: OpenSSH appears to freeze on exit
Hello,
I believe I may have discovered what appears to be a small anomoly in
the way
OpenSSH closes connections and thought if I gave you some feedback I
might
be able to make a very small contributution to the development of
openssh.
This might be a Solaris 2.6 anomoly or an openssh anomoly or a
combination of both.
I came across this apparent anomoly because we use openssh (via cron)
here
to
2001 Sep 10
1
Help with exporting keys
Hi,
In our department's setup we have a unfortunate situation where we have to
use both OpenSSH and SSH (ssh.com's version). I have managed to export keys
from OpenSSH to SSH's format. I also managed to export SSH's public key to
OpenSSH's format. Now I would like to add the private key of SSH to the
agent. Now when I try to add it simply by using
ssh-add
2007 Jun 22
0
winbind panic on RedHat es3 samba 3.14a
Hello,
I am using samba 3.14a on RedHat es3.
About every day the winbind panics.
this is the winbind log:
ads_try_connect: trying ldap server '11.9.13.235' port 389
[2007/06/13 06:59:26.581501, 3, pid=18850] libads/ldap.c:ads_connect(285)
Connected to LDAP server 11.9.13.235
[2007/06/13 06:59:26.582007, 3, pid=18850]
libads/ldap.c:ads_server_info(2469)
got ldap server name
2001 Jul 04
1
OpenSSH 2 - can't get pubkeys to authenticate
The System:
RedHat 7.0
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
Client:
PuTTY
The Problem:
I've installed the newest version of OpenSSH on RedHat 7.0 and can get
most things to work, except when I want to use Public Keys with
version 2.0.
If I use straight password authentication, I can get PuTTY to connect
using either SSH 1 or SSH 2.
If I RSA authentication for SSH1, it
2010 Aug 07
2
R: Confidence Intervals for logistic regression
a closer look to the help on predict.glm will reveal that the function
accepts a 'type' argument.
In you case 'type = response' will give you the results in probabilities
(that it seems to be what you are looking for).
There also is an example on use of the 'type' argument at the end of the
page.
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org