Displaying 20 results from an estimated 25 matches for "djast".
Did you mean:
dcast
2001 Oct 24
1
Config file semantics change intentional?
...man page hasn't been updated? Or
should ssh.c be corrected to read the system-wide config file after the
per-user config file?
--
Dan Astoorian People shouldn't think that it's better to have
Sysadmin, CSLab loved and lost than never loved at all. It's
djast at cs.toronto.edu not, it's better to have loved and won. All
www.cs.toronto.edu/~djast/ the other options really suck. --Dan Redican
2001 Dec 27
2
sftp-server and chroot
Hi,
It's a shame that the sshd/sftp-server programs do not support chroot and
sftp-only users. As far as I can tell, there's a patch availble that
modifies OpenSSH to chroot() based on a specific entry in /etc/passwd.
Since, I personally, do not enjoy applying unofficial patches to released
programs, I was looking for an alternative but found none.
I've written a small sample
2001 Jun 21
0
Bug: OpenSSH (port.) daemon sets $MAIL incorrectly on Solaris (others?)
...* running under Solaris 2.5.1 and Solaris 8
The relevant source code does not appear to have changed up to and
including openssh-2.9p2.
The bug is that the $MAIL environment variable set by the server
contains an extraneous slash between the spool directory and the userid;
i.e., "/var/mail//djast" instead of "/var/mail/djast" . Although this
is usually harmless, since the pathname is still valid with the null
pathname component, some of my users are reporting that the extra slash
confuses rmail under emacs in such a way that it will not read the
mailbox.
The cause of the bu...
2002 Oct 11
2
[Bug 413] New: Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413
Summary: Port forwarding:
[localhost:]localport:remotehost:remoteport
Product: Portable OpenSSH
Version: older versions
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo:
2001 Sep 28
3
OpenSSH (portable) and entropy gathering
...iders it better to fail completely than to use the deprecated
code.
Am I missing something?
I'd be willing to code the change.
--
Dan Astoorian People shouldn't think that it's better to have
Sysadmin, CSLab loved and lost than never loved at all. It's
djast at cs.toronto.edu not, it's better to have loved and won. All
www.cs.toronto.edu/~djast/ the other options really suck. --Dan Redican
2001 Nov 15
1
X11 cookies and forwarding (fwd)
On Thu, 15 Nov 2001, Dan Astoorian wrote:
> Date: Thu, 15 Nov 2001 16:09:20 -0500
> From: Dan Astoorian <djast at cs.toronto.edu>
> To: Ed Phillips <ed at UDel.Edu>
> Subject: Re: X11 cookies and forwarding
>
> On Thu, 15 Nov 2001 15:46:22 EST, Ed Phillips writes:
> > I'm guess I wasn't following the whole cookies discussion completely
> > (putting cookies in /tmp to...
2003 Dec 08
3
[Bug 770] configure --without-rpath is incomplete
...lete
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: djast at cs.toronto.edu
The --without-rpath flag to ./configure is supposed to mean "Disable auto-added
-R linker paths". However, the "*-*-solaris*" section in configure.ac contains
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
which includ...
2001 Nov 08
0
entropy.c patch to avoid unnecessary reading of /dev/urandom
...ropy.
Without this patch OpenSSH opens /dev/urandom and reads 32 bytes, and
then OpenSSL opens it again and reads an additional 20.
--
Dan Astoorian People shouldn't think that it's better to have
Sysadmin, CSLab loved and lost than never loved at all. It's
djast at cs.toronto.edu not, it's better to have loved and won. All
www.cs.toronto.edu/~djast/ the other options really suck. --Dan Redican
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/binary
Size: 291 bytes
Desc: not...
2002 Jan 25
1
bug in readconf.c
Hi,
there is a tiny bug in readconf.c: options->use_privileged_port is always
set to 0 regardless of whether -P is specified or not. This has the effect
that RhostsAuthentication is disabled even if "RhostsAuthentication yes"
is specified.
The (trivial) patch is appended below.
Martin
========================================================================
Martin Siegert
Academic
2002 Dec 10
1
Problem with Openssh3.5
Hello
I have compiled Openssh3.5 on Solaris 2.6
It works well on 2.6, 2.7 and solaris 8 but on solaris 8 it try to log in /var/adm/wtmp file and it dose not exist.
What can I do to fix this.
Read something about "build sol" insted of "configure"....but where do i find information about this command (build sol).
Mail me on: daniel.d.olsson at telia.se
Thanks
2000 Nov 08
1
openssh-2.3.0p1 bug: vsprintf("%h") is broken
...Please let me know if you require further details.
Thanks,
-- People shouldn't think that it's better to have
Dan Astoorian loved and lost than never loved at all. It's
Sysadmin, CSLab not, it's better to have loved and won. All
djast at cs.toronto.edu the other options really suck. --Dan Redican
2003 Sep 25
2
unexpected change in "locked account" behaviour
...e who compile OpenSSH without PAM support have similar
problems, this might be helpful to know.
Is this a known behaviour?
Thanks,
--
Dan Astoorian People shouldn't think that it's better to have
Sysadmin, CSLab loved and lost than never loved at all. It's
djast at cs.toronto.edu not, it's better to have loved and won. All
www.cs.toronto.edu/~djast/ the other options really suck. --Dan Redican
2001 Oct 31
4
Open SSL connection to HTTPS?
Hi All,
I just tried to test my web server with telnet. The only problem
was that my web server refuses non-encrypted connections (duh!).
I know that SSL and SSH are *entirely* different, but ssh is
the only commonly-available encryption-enabled command-line tool
around. It would be greate to have an SSL-emulation mode in
OpenSSH....
Just wishful thinking,
Ciaran
--
2001 Oct 30
1
[PATCH] for solaris 2.6
I didn't see this one applied to the repository yet.
It may not be the best patch possible... basic problem is that
_LARGEFILE64_SOURCE needs to be defined on Solaris 2.6 if
AC_SYS_LARGEFILE ends up doing a '#define _FILE_OFFSET_BITS 64'
If _FILE_OFFSET_BITS == 64, then <sys/resource.h> will define a
'struct rlimit64' but NOT define a 'struct rlimit' leading to
2001 Oct 22
2
configure changes
...to much demand, I have added optional PATH to --with-pcre,
--with-zlib, and --with-tcp-wrappers.
I have done extensive testin on --with-zlib, and --with-tcp-wrappers.
Please test --with-pcre. (I don't use it here)
I have added a test for broken dirname() on Solaris 2.5.1 by
Dan Astoorian <djast at cs.toronto.edu>. Dan please test.
I've added a better socklen_t test by albert chin (china at thewrittenword.com)
(This is cool. Thanks Albert)
Do a tail on config.h after running configure and make sure it does
the right thing on your platform.
The changes are in CVS now. A new SNAP sh...
2002 Jul 18
1
[Bug 342] RhostsRSAAuthentication does not work with 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=342
stevesk at pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From stevesk at pobox.com 2002-07-18
2001 Oct 16
2
Solaris 2.5.1 dirname() bug in libgen.a affects OpenSSH2.9.9p2 auth.c
...t be changed
by realpath()), the code might continue to walk upwards past the user's
home directory.
Thanks for your attention,
--
Dan Astoorian People shouldn't think that it's better to have
Sysadmin, CSLab loved and lost than never loved at all. It's
djast at cs.toronto.edu not, it's better to have loved and won. All
www.cs.toronto.edu/~djast/ the other options really suck. --Dan Redican
-------------- next part --------------
===================================================================
*** /cs/3/src/openssh-2.9.9p2/auth.c 2001...
2001 Nov 16
4
passphrase quality
>No. ssh-keygen should never be pamifed. It is worthless to do so.
>
>If we are going to enforce passphrase quality it should be for all OSes.
>The world does not revolve around Linux. No matter what the press may
>think.
The Linux community didn't invent PAM, Sun did. Many more systems
than Linux have PAM, Solaris, HP-UX some BSDs for a start.
Having said that I agree with
2002 Feb 13
8
[Bug 112] Using host key fingerprint instead of "yes"
http://bugzilla.mindrot.org/show_bug.cgi?id=112
------- Additional Comments From dan at doxpara.com 2002-02-13 11:43 -------
Heh, I kinda like that. You should update the yes/no prompt to say that
pasting the expected host key will result in appropriate testing, as well as
providing some sort of error if the remote side *doesn't* match the key pasted
in.
I hadn't thought of cut
2002 May 22
2
chrooting/jailing transfer-only accounts
Folks,
I've been tasked to find a solution that will create
file-transfer-only accounts that are jailed or chrooted to a specific
directory. (Not an uncommon task, I think.)
Using the OpenSSH server and the OpenSSH scp client program, I can
achieve the goal of having a file transfer only account jailed to a
specified directory, by using the "scpjail" script (attached) as a