Displaying 20 results from an estimated 2000 matches similar to: "yet another ssh hanging issue."
2001 Mar 23
3
2.5.2p2 ssh-keyscan installed group writable?
just wondering about this. i noticed "make install" installs
ssh-keyscan group-writable. is this intentional?
openssh-2.5.2p2/Makefile.in, line 168:
$(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
chris
--
Christopher Linn, <celinn at mtu.edu> | By no means shall either the CEC
Staff System Administrator | or MTU be held in any way liable
2001 Jan 17
1
couple of questions
This is regarding openssh 2.3.0p1 (the following problem was seen on
Linux client / server):
I have a problem with openssh when i don't "login": ie. i do the
following:
ssh -2 10.1.6.13 echo 0
It doesn't print the "0".
However, i can get it to print the "0" by doing the following:
ssh -2 10.1.6.13 echo 0 \; sleep 1
using "ssh -2 10.1.6.13"
2008 Dec 24
1
Port forwarding using the client of a multiplexed connection.
I am trying to set up port forwarding using the client of a multiplexed
connection, but the client is dying.
The connection paramaters I am using are as follows:
for the master: /usr/bin/ssh -T -n -N -o ControlMaster=yes -o
ControlPath=/var/run/autossh/control-%r@%h-%p.sock -o ConnectionAttempts=3
-o BatchMode=yes -o EscapeChar=none -o ExitOnForwardFailure=yes -o
ServerAliveInterval=15 -o
2011 May 11
1
ssh command line option processing behaviour
Hi,
usualy, in the unix world, while processing command line options, unix
programs keep the last option value, overriding config file options or
previous command line ones, unfortunately, ssh only keep the first
option processed.
ex. :
ssh -o BatchMode=no -o BatchMode=yes host cmd arg...
the unix common expected behaviour is to have BatchMode = true, while
ssh says BatchMode = false.
how
2000 Jun 12
2
problems with scp
I have an openssh server running on solaris 7 and the client running on
a clean RH linux 6.1 box. I am using the latest release (2.1.1p1 -- i
had the known solaris utmp problem and the read_key problem when using
2.1.0p2 so i upgraded).
scp from the linux machine to solaris machine gives a "lost connection"
message
[root at dog /root]# scp foo.bar solmachine:/tmp/
lost connection
the
2016 Oct 29
2
-e escape rule
> The point is that the original escaping DOUBLE escapes an equals sign:
> foo\\\=bar
> It shouldn't, there's no reason to.
If you paste into your command line:
rsync -e ssh\ -l\ backup\ -i\ /etc/synco/id_rsa\ -o\
ConnectTimeout\\\=60\ -o\ BatchMode\\\=yes
The list of arguments would be (i.e. the values in ARGV):
['rsync', '-e', 'ssh -l backup -i
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that
gets generated from it. I am using 2.3.0p1
1. Why is openssl a prereq? openssh statically links to openssl during
build by default (rightfully so, you don't want your security library a
shared object if possible)
2. I don't understand the following line in the spec file during the
install step (it makes it not build for
2001 Aug 08
4
build problem with 2.9p1 & p2
Greetings -
I don't think this is a bug; just something I don't understand.
I'm using RedHat Linux v7.0 with an i686 processor.
I've been using openssl v0.9.5a with openssh v2.2.1
I've upgraded to openssl v0.9.6b and openssh v2.9.p2
I've built both packages with the '--prefix=/usr' option.
During the openssh 'make install' at 'host-key' I get
2014 Apr 01
1
BUG dovecot and nginx
we have setup a two level proxy configuration for our zimbra server:
[ dovecot 2.2.12 (imap proxy mode) ]
V
[ nginx (imap proxy mode) ]
V
[ zimbra imap server]
and it does not work ... after tying a login, the connection just
hangs and ends after 30 seconds with a timeout.
- if I try again rightaway in the same dovecot connection, the login
goes though without trouble.
2001 Apr 11
1
openssh 2.5.2p2/Solaris 5.8 problems
openssh 2.5.2p2 on Solaris 8 has PAM/cron problems. If I build it with PAM
then cron quits working giving "cron audit problem." errors. If I turn
PAM off then cron works but I get kicked out of any session where a password
is needed (i.e. no .rhosts/.shosts or not using ssh-agent) with the message
"Connection closed by IP#". I get through if I have a .rhosts/.shosts or use
2003 Sep 17
1
[Bug 666] 'BatchMode yes' makes ssh(1) look for /usr/local/etc/ssh_known_hosts
http://bugzilla.mindrot.org/show_bug.cgi?id=666
Summary: 'BatchMode yes' makes ssh(1) look for
/usr/local/etc/ssh_known_hosts
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: sshd
2012 Dec 14
1
SSH 5.8p1 hang in kernel mode / AIX 7.1
Hello,
An AIX machine runs a program that forks ssh client in order to
launch commands on a remote. I'm first seting up a Master connection
with a ControlPath, then using that connection to launch various
commands on the remote, and killing the master by issuing a
"-O exit" command.
SSH client version on that machine is :
# ssh -V
OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011
#
2008 Aug 13
0
ProxyCommand and ExitOnForwardFailure = leftover process
Hi,
I'm having a small problem when using ProxyCommand and
ExitOnForwardFailure in combination with OpenSSH 5.1 under Ubuntu
8.04.
In order to enable multihop scp and port forwarding, I have enabled
automatic public key authenticated tunneling from hostA to hostC via
hostB using ProxyCommand in my private .ssh/config file on hostA.
<end of .ssh/config>:
host hostB
user X
hostC
2012 May 03
1
is there a way of identifying batch mode running?
Hello list
Is there a way of identifying from within R whether a script has been source(d) from Rgui.exe or via Rscript.exe in batch mode?
For the code I have I use the commandArgs() function to pick up command line args when running in batch mode via Rscript.exe
However I like to get the code working manually first using source("MyRCode.r")
I'd like to be able to put something at
2007 Feb 21
1
Strange SSH with rsync
Has anyone any idea why this wont work? Its in a script and im passing
-e "${SSH}" to the Rsync command where :-
SSH="$(/usr/bin/which ssh) -o ConnectTimeout=15 -o BatchMode=yes -n"
The below is output from set -x for my script. Below that is the error
from errorlog
/usr/bin/rsync -PavRz --delete --delete-excluded --copy-unsafe-links
--numeric-ids -e /usr/bin/ssh -o
1999 Apr 05
0
smbsh cannot do cat, cp ...
Hi,
I have samba 2.0.3 running on my SGI IRIX 6.4 box. So far everything
seems to work fine with the following exception.
When I run smbsh. I think somehow the program thinks that it is
operating on the system root directory (/), not the /smb/host/...
Here are a few symptoms:
I start smbsh (in tcsh), it first gives an error rightaway:
ERROR: can't get smbw shared lock (Bad file number)
2000 Jul 07
0
Patch to add scp -L option
Here is a patch to scp made against openssh-2.1.1p2 that adds the -L option to
scp. The -L option tells scp to use nonprivilaged ports (by passing ssh the -P
option). The non-free ssh's scp has this option, and it is required under some
firewall setups (like mine) for scp to function.
Please let me know if there are any problems with this patch, or if there is
anything I can do to help get
2001 May 24
0
occasional ssh hang
I am using OpenSSH on Redhat 6.2 (Intel) and Solaris 2.6 (Sparc). I have a
job on the linux machine that ssh's to the Solaris machine every 20 seconds
or so and runs uptime. The problem is that after many iterations of this,
ssh will occasionally hang, and require a kill -9 to get rid of the
process. The problem happens with both protocol version 1 and 2, but it
seems to happened more often
2000 Oct 13
1
question about ssh / security
I've been using ssh for a while now (both fsecure and openssh), but am
not an expert on security. I was wondering whether the following is
secure:
I create a key pair, trusted & trusted.pub
I run sshd on a server (no telnet, rsh or other services). I create a
user "guest", and put "trusted.pub" in my authorized file. I give away
"trusted" (the private key)
2013 Apr 30
3
[Bug 2095] New: ssh client not respecting IdentitiesOnly=yes option
https://bugzilla.mindrot.org/show_bug.cgi?id=2095
Bug ID: 2095
Summary: ssh client not respecting IdentitiesOnly=yes option
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh