Displaying 6 results from an estimated 6 matches for "dankamin".
2001 Jul 09
3
scp problem (openssh-2.9p2)
Hello all,
scp does not preserve links (neither soft neither hard)
It is a problem with recursive option (-r) when you met some links like
Openssh -> .
In 2.3.0p1 it failled because of too long argument.
Also I upgrade (my client an HPUX-11.0 and my server an redhat-6,2 x86)
openssh to the last release 2.9p2.
But this release create in a loop (i presume until fs full) subdirectories
2001 May 02
1
OpenSSH 2.9
...csh-dh-group-exchange-01.txt
client option HostKeyAlgorithms
server options ClientAliveInterval and ClientAliveCountMax
tty mode passing
general:
gid swapping in sshd (fixes access to /home/group/user based
directory structures)
Dan Kaminsky <dankamin at cisco.com> contributed an experimental
SOCKS4 proxy to the ssh client (yes, client not the server).
Use 'ssh -D 1080 server' if you want to try this out.
server option PrintLastLog
improvements for scp > 2GB
improved ListenAddress option.
You can now use List...
2001 May 02
1
OpenSSH 2.9
...csh-dh-group-exchange-01.txt
client option HostKeyAlgorithms
server options ClientAliveInterval and ClientAliveCountMax
tty mode passing
general:
gid swapping in sshd (fixes access to /home/group/user based
directory structures)
Dan Kaminsky <dankamin at cisco.com> contributed an experimental
SOCKS4 proxy to the ssh client (yes, client not the server).
Use 'ssh -D 1080 server' if you want to try this out.
server option PrintLastLog
improvements for scp > 2GB
improved ListenAddress option.
You can now use List...
2001 Mar 22
1
Files? We don't need no steenkin' files.
$ ps -ef | grep sshd
root 285 1 0 Nov 15 ? 0:03 /usr/local/sbin/sshd
root 23740 285 0 16:13:18 ? 0:00 /usr/local/sbin/sshd
root 23875 285 0 16:28:14 ? 0:00 /usr/local/sbin/sshd
user 23905 23899 0 16:28:31 pts/3 0:00 grep sshd
$ ls /usr/local/sbin
/usr/local/sbin: No such file or directory
$ date
Wed Mar 21 16:28:50 PST 2001
$ telnet 127.0.0.1
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
2001 Feb 24
6
SU vs. ssh root@host
All--
su cannot be run without trusting the shell. The shell cannot be
trusted without trusting any instructions the shell uses, from library calls
to rc scripts. Hell, the instructions the shell uses can't even be trusted,
since they're all living in userspace memory.
By contrast, SSHD is generally a root owned, highly secure environment
with no unpriveledged userspace