Displaying 20 results from an estimated 25 matches for "snailbook".
2002 Aug 07
0
[Bug 376] HostbasedAuthentication, followed snailbook but not working! :-(
...dded
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
Summary|HostbasedAuthentication, |HostbasedAuthentication,
|followed snailbook but not |followed snailbook but not
|working! :-( |working! :-(
------- Additional Comments From rlebar at erac.com 2002-08-08 03:06 -------
Never mind. I needed to put shosts.equiv in /opt/erac/etc.
------- You are receiving this mail because: -------
You...
2015 Sep 20
4
OpenSSH Always Hangs When Connecting to Remote
On 09/20/2015 03:25 AM, Darren Tucker wrote:
> I suspect a path mtu problem. The key exchange packet is one of the
> first large ones in an SSH connection so it tends to show up such problems.
>
> Seehttp://www.snailbook.com/faq/mtu-mismatch.auto.html
> <http://www.snailbook.com/faq/mtu-mismatch.auto.html>
Has this been changed? SSH used to work fine on my old machine. My local
mtu and server mtu are higher than required. Therefore the only thing I
could expect would be a lower mtu on the vpn. Has this ch...
2010 Jul 26
2
Any workarounds for SSH hang issue?
Hi,
Recently, I got some problems that my program is very easy to hang when
call ssh commands in a forked process on unix platforms.
And I understand that it maybe a tricky issue for ssh according to the
following FAQs:
http://www.snailbook.com/faq/background-jobs.auto.html
http://www.openssh.org/faq.html#3.10
My question is: do we have any workarounds so that ssh do not hang
there. We do not care the data loss cases.
I would really appreciate if you could give me some ideas to solve this
issue.
Thanks,
Ervin.
2015 Sep 19
2
OpenSSH Always Hangs When Connecting to Remote
I am running Arch Linux. Very updated version. When I try to connect to
remote servers using OpenSSH I get a hang as show here:
$ ssh -v compsci at 10.1.1.12
OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 10.1.1.12 [10.1.1.12] port 22.
debug1: Connection established.
debug1: identity file /home/carloabelli/.ssh/id_rsa type 1
2002 Aug 20
2
scp with F-Secure SSH2
...http://bugzilla.mindrot.org/show_bug.cgi?id=248
from the client, when I run scp to the server, I get:
scp: warning: Executing scp1 compatibility.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in
your PATH).
There are more details about this problem here: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html
The problem seems to be that there is a new implementation of scp. Has anyone considered of supporting scp2 with openssh?
Are there problems with it or isn't just anyone interested about writing the code for it?
2002 Aug 01
0
[Bug 376] New: HostbasedAuthentication, followed snailbook but not working! :-(
http://bugzilla.mindrot.org/show_bug.cgi?id=376
Summary: HostbasedAuthentication, followed snailbook but not
working! :-(
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
URL: http://groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-
8&group=comp.security.ssh&selm=d2ddc71a.0207310...
2001 Apr 20
1
Restrict account to only use sftp not working
Hi all,
I'm setting up a system where users will only be able to use "sftp" but not
"ssh" to connect to the server
(http://www.snailbook.com/faq/restricted-scp.auto.html). Here's the setup...
Server: OpenSSH 2.5.2p2-1 on RH Linux
Client: Commercial SSH 2.4 on Solaris
The vendor on the client system creates a key pair and sends it to me. I
then add the vendor's public key to the authorized_keys2 file on the account
on the...
2015 Sep 21
2
OpenSSH Always Hangs When Connecting to Remote
...wrote:
>
>> On 09/20/2015 03:25 AM, Darren Tucker wrote:
>>
>>> I suspect a path mtu problem. The key exchange packet is one of the
>>> first large ones in an SSH connection so it tends to show up such
>>> problems.
>>>
>>> Seehttp://www.snailbook.com/faq/mtu-mismatch.auto.html
>>>
>> Has this been changed? SSH used to work fine on my old machine. My local
>> mtu and server mtu are higher than required. Therefore the only thing I
>> could expect would be a lower mtu on the vpn. Has this changed in recent
>> v...
2001 Feb 13
0
host based authentication in protocol version 2
Well, after trying repeatedly to get an ssh version 2 client to connect to
an openssh server as a trusted host, and searching throughout the Internet
and the openssh mailing list archives, I finally discovered the following
statement at http://www.snailbook.com/faq/trusted-host-howto.auto.html:
"Note that OpenSSH does not implement hostbased authentication in its
protocol 2 support."
Doh! Well, that certainly explains the problem! ;-)
So, I guess we can force all our clients or servers to be version 1 for
now, but does anyone have any ide...
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 Jul 05
0
environment forwarding patch for 3.4p1
....
The documentation is included in ssh_condfig(5) & sshd_config(5).
See ForwardEnv and EnvApproved sections.
The patch is an implementation of the method specified in
section 4.4 "Environment Variable Passing" of the IETF draft
"draft-ietf-secsh-connect-15.txt"
(http://www.snailbook.com/docs/connection.txt).
The patch is hosted on
http://home.t-online.de/home/joachim_falk/patches/index.html.
Best regards
Joachim Falk
2005 May 12
2
problem ssh2
Hi,
I have a problem for the ssh2, when i try to connect the verbose mode
on the client stops the messages to the follow:
Wait SSH2_MSG_KEXDH_REPLY
after some minutes appear that the connection is timed out.
How i'll do to reach the hosts in ssh2?
Tahks
D.
2004 Aug 20
0
[Bug 1633] New: error in rsync protocol data stream (code 12) at io.c(359)
https://bugzilla.samba.org/show_bug.cgi?id=1633
Summary: error in rsync protocol data stream (code 12) at
io.c(359)
Product: rsync
Version: 2.6.3
Platform: Alpha
URL: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: russ.r.ramsey@aexp.com
QAContact: rsync-qa@samba.org
Using rsync from O...
2003 Oct 02
2
[Bug 726] sftp working for list files, and download, but not for uploading
http://bugzilla.mindrot.org/show_bug.cgi?id=726
Summary: sftp working for list files, and download, but not for
uploading
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo:
2000 Sep 22
2
Agent forwarding with DSA keys?
Does agent forwarding work with DSA keys?
I'm using 2.2.0p1 on RedHat Linux 6.2 (Alpha) and Solaris 2.6 (SPARC).
If I ssh-add my RSA key into the local agent and ssh to another
machine, the agent connection is forwarded properly. (I can say
"ssh-add -l" and see my keys.) If I ssh-add my DSA key into the
local agent and "ssh -2" to another machine, the agent connection
2004 Jan 21
3
[Bug 792] mtu and NAT wrong solution
http://bugzilla.mindrot.org/show_bug.cgi?id=792
Summary: mtu and NAT wrong solution
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P4
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2002 Jun 25
7
[Bug 294] tcp wrapper access changed between 2.9.9p2 and 3.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=294
------- Additional Comments From ktaylor at daac.gsfc.nasa.gov 2002-06-26 00:53 -------
This is what's reported in the syslog from openssh-2.9.9p2 - with an ip address
range listed in hosts.allow
Jun 25 10:50:08 6D:server sshd[30123536]: Failed keyboard-interactive for
ktaylor from xxx.xxx.xxx.xxx port 40333 ssh2
Jun 25 10:50:13 6D:server
2006 Oct 31
2
Running two sshd's
Hi all,
I'm wondering whether it is feasible or not to run two distinct sshd
daemons with different config options!
I have a CentOS 4.4 gateway with 2 Ethernet interfaces. One is
connected to the Internet and the other to the LAN.
Basically, what I would like to do is having a sshd that listens to
the LAN interface with password enabled auth. and a sshd bound to the
Internet interface with
2001 Nov 13
2
des_ssh1_setiv not setting the IV ?
Greetings;
I've been reading the OpenSSH source code and have a question about the
des_ssh1_setiv function in cipher.c. (cut-n-pasted here from cipher.c
v1.47) :
static void
des_ssh1_setiv(CipherContext *cc, const u_char *iv, u_int ivlen)
{
memset(cc->u.des.iv, 0, sizeof(cc->u.des.iv));
}
This doesn't use the *iv parameter. Compare with:
static void
2005 Dec 08
1
OpenSSH stops at "SSH2_MSG_KEX_DH_GEX_GROUP"
Hello!
I also post here this messages, maybe it's a bug.
I have a problem with Cygwin OpenSSH, I hope somebody can help me out.
Since we reinstalled our machine we can't connect any external hosts,
but we can connect the gateway server.
The same box is when booted up with linux (Debian unstable) just works fine.
The problem is, that ssh stops at "expecting