similar to: client side options -- KeyRegenerationInterval

Displaying 20 results from an estimated 40000 matches similar to: "client side options -- KeyRegenerationInterval"

2001 Apr 05
1
bug in channel_still_open() ?
channel_still_open() does not count "larval" channels as open. If the server sets up a protocol 2 connection with no remote command (as with "ssh -N ..."), the "server-session" channel remains larval, and the server exits as soon as it notices that there are no open channels besides this one. Typically, it exits right after the first use of a port forwarding closes.
2000 Oct 08
1
OpenSSH-2.2.0 problem with ssh.com ssh-agent2
The OpenSSH and ssh.com agents use a completely different set of messages for dealing with DSA keys, so I don't expect the OpenSSH client to be able to get DSA keys from ssh-agent2. However, if I'm running "ssh-agent2 -1", I expect OpenSSH to be able to use RSA keys stored in ssh-agent2's agent1 compatibility box. And it does. However, there's a problem. If I'm
2001 Mar 07
1
patch to select pkalg
Suppose an SSH server has both RSA and DSA host keys for protocol 2, but I only have the DSA key, and I want to use that. I'm stuck; the OpenSSH client is hard-wired to offer both algorithms in the key exchange, and will select ssh-rsa if it's available (see myproposal.h, KEX_DEFAULT_PK_ALG). Below is a patch adding the client configuration option "PKAlgorithms" for this
2001 Mar 07
2
F-secure v1 client has trouble connecting to openssh-2.5.1p1
I'm observing that mac clients using F-Secure ssh v1 client log into the ssh server, and then the client just hangs with nothing on the screen. In the SYSLOG file, I see this: Accepted password for user from host port whatever Packet integrity error (62 != 58) at session.c:350 Disconnecting: Packet integrity error. (34) This is sshd running on IRIX 6.5.3f
2008 May 10
1
DO NOT REPLY [Bug 5457] New: Add a client-side --munge-symlinks option
https://bugzilla.samba.org/show_bug.cgi?id=5457 Summary: Add a client-side --munge-symlinks option Product: rsync Version: 3.0.3 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: matt@mattmccutchen.net
1999 Feb 18
1
Umlaute and Sharing with both SAMBA and Helios Ethershare.
Hi all I have samba 1.9.18 and 2.0.2 shares which are also shared to the macintosh world with Helios ethershare running under Solaris 2.5.1 and 2.6. I can create files and directories with the German special characters "umlaute" and "sz" with either client. My problem is that the macintoshes can't access directories created from the PCs whose name contains special
1999 Mar 22
0
bug/feature NT Explorer and Samba-2.0.3 ?
Hi there We have Samba 2.0.3 running under solaris 2.5.1. Security is domain, NT domain users are mapped to unix users, we have a homes section in the smb.conf, and the home directories are mounted by the NT Clients on startup. I can crash explorer by carrying out the following sequence. In explorere, right click on the drive , select the security tab, click on permissions and hey presto ...
1999 May 19
2
Bug samba 2.0.4 ?
Hi I just installed Samba 2.0.4 under Solaris 2.5.1 Now when someone trys to save a MS Word file to his home directory on the SUN he gets a "not enough permissions" msg. Looking on the unix side I see a file ~WRD1741.tmp with permissions of 000 . I upped the log level to 3 and found this .. call_nt_transact_set_security_desc: file = forNT/~WRD1741.tmp, sent 0x7 [1999/05/19
2000 Dec 24
2
scp -f / interactive ?
Hi, % scp -v user at host:file.txt . [..] debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1 debug: Local version string SSH-1.5-OpenSSH_2.1.1 [..] debug: Sending command: scp -v -f file.txt debug: Entering interactive session. Sending file modes: C0644 3093316 file.txt Since it 'interactives' the remote user needs a shell. Any workaround? But more interesting
2000 Oct 09
2
Remote port forwarding
I have the following line in the sshd_config file: GatewayPorts no If I launch the ssh client as this: ssh -l user host -R 9000:otherHost:25 the port forwarding is successful! :-( As you can see, the 'netstat -na' command shows the Secure Shell daemon listening to the port 9000. Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address
2000 Dec 22
1
XAUTHORITY=/tmp/ssh-*/cookies makes forwarding through firewall difficult...
Hi. I see this XAUTHORITY=/tmp/ssh-*/cookies issue has been discussed repeatedly, but I haven't seen a solution to the following problem. Remote user logs into firewall. On firewall, DISPLAY var set to secure channel, XAUTHORITY set to /tmp/ssh-*/cookies. X11 forwarding from firewall works fine. User logs into machine behind firewall, and sets DISPLAY var to firewall:X11DisplayOffset.0.
2001 Jul 17
2
Kerberos Books/Documents
Hey all, I've tried kerberizing SSH but I can't get it to login. I've read a lot of documentation, but I wish I could find a "cook-book" type of setup or how-to to get this beast working correctly, or to at least verify it's working per a specification. With that, I'm interested in what books/docs/etc does anyone recommend to get a good understanding of: 1.
2000 Nov 30
1
2.3.0pl1 on Linux
Hi: Downloaded, built and installed 2.3.0pl1 for Linux. Followed instructions but unfortunately the final configuration didn't go well. Problem: The instructions for key generation bare no resemblance to what the current man pages require. Quite frankly I am new to this and am quite confused. " make host-key " doesn't work. " ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key
2000 Oct 15
2
RedHat 7.0 openssh-2.2.0p1-5 vs ssh 2.3.0
Hello, I am using RedHat's most recent openssh-2.20p1-5 srpm recompiled on Linuxppc under glibc 2.1.95/Linux 2.4-test10pre2/gcc 2.95.3(cvs). I have noticed an oddity when connecting to machines running ssh 2.3.0's sshd2 server. While the connections occur with no problem after awhile the connection fails when idle with the following error message... Hm, dispatch protocol error: type
2001 Nov 09
2
openssh-3.0p1, auth2.c
openssh-3.0p1 still contains the bug which I already reported on Sept. 28 2001 for 2.9p2, namely, the trailing dot in chost should be stripped before calling auth_rhosts2() even with option "HostbasedUsesNameFromPacketOnly yes". Otherwise, the host names in /etc/hosts.equiv and .rhosts would have to be dot-terminated. Fix: Move lines 776-779 of auth2.c upwards to after line 767. (These
2011 Sep 30
1
Implementing Silverman's Negative Reflection
Hi! I'm trying to implement in R in an easy way the negative reflection method described in Silverman (1986) on p.31, ie I have a non-negative dataset and would like to estimate the density by applying a reflection method where the reflected points have weight -1. I thought there should be a way to evaluate the wanted kernel at the required points, in other words to calculate formula (2.16):
2003 Aug 28
1
Problems with TDM400P & X100P
Hi, I had ordered a TDM40B and developers kit a few months ago. I have everything installed and working, with one exception - sound quality. When placing a call it sounds like a very bad cordless phone - lots of hiss / static in the background. This even happens with the dialtone, though it is much worse one the call is connected. This does not occur when the phone is directly connected to the
2000 Nov 15
4
Openssh-2.3.0p1 protocol 2 problem
Hi all, I just implemented (compiled from tarball) Openssh-2.3.0p1 on two different platform: an HP-UX 11.00 (the client) and a Redhat 6.2 (the server). On server (Linux RH-6.2) side the following compile options are considered: # CC="egcs" \ > ./configure \ > --prefix=/opt/openssh \ > --sysconfdir=/etc/opt/openssh \ > --with-tcp-wrappers \ > --with-ipv4-default \ >
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
2009 Dec 25
2
I had a 5.4 installation crash and generate a log file - where do I send it?
People, While installing 5.4, I ran into an unhandled exception. It generated a log file, which I saved successfully. Unfortunately, I neglected to write down where to send the log file. Where does it go? Thank you Jeff Jeff Silverman | Network Support Engineer D 206.272-6465 F 206.272-5541 www.f5.com<http://www.f5.com>