similar to: [Bug 852] scp bug with computer names

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 852] scp bug with computer names"

2003 Mar 24
16
[Bug 517] bad "put" arg parsing
http://bugzilla.mindrot.org/show_bug.cgi?id=517 Summary: bad "put" arg parsing Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: djm at
2003 Dec 17
3
Fedora FC1 RPMs
I've spent the morning looking at making some RPMs for Fedora Core 1 and run into a problem with GSSAPI. Basically the default install of Fedora doesn't come with the necessary gssapi code to build the RPMs by default (i.e. you need to say %define kerberos5 0 in openssh.spec). Since Fedora is going to fork off from RedHat I was going to create a set of patches to make a
2002 Apr 11
3
getting OpenSSH/OpenSSL to utilize /dev/random
I've installed Sun's SUNWski package on Solaris 8 (32-bit) that provides a /dev/random interface. It appears to as cat'ing it gives me a bunch of well, random data. However, when I ran my configure, it gives me the WARNING.RND message to the effect that I'm using the built-in. I've seen allusions on this list to building openssl with to get random support, so I rebuilt it
2003 Oct 29
2
OpenSSH and Redhat 8
John, The following steps should work for you (or anyone buildling on a RedHat box): 1) Get the official OpenSSH source RPM from ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/openssh-3.7.1p2-1.src.rpm 2) Do 'rpmbuild --rebuild ./openssh-3.7.1p2-1.src.rpm' from where you saved the file. 3) This should create the following files in /usr/src/redhat/RPMS/i386:
2010 Oct 21
2
In-memory databases vs PHP Bindings
I can't quite connect the dots on this, perhaps someone can help. I'm simply trying to create an in-memory database comprising a single document, so that I can run a load of queries against it and see if any of them match the new document (this is to enable users to have 'subscriptions' to saved searches and be alerted every time a new item is published that matches their
2004 Aug 16
3
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 Summary: PATCH: Fix head(1) call in regress/yes-head.sh Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org
2006 Feb 18
0
Comparing two hashes
Ok, I''m trying to do an implementation of a blog client using rails. I''m using a nice pre-built ruby module called "blog/client" - http:// raa.ruby-lang.org/project/blogclient/ - which has some nice methods that wrap up XMLRPC/client calls and make the manipulation of structs transparent to the main application. My next task is to try and fetch the list of
2003 Aug 26
6
Bad packet length error
Hi, I am running sshd (openssh-2.9p2) on a power-pc LynxOS box, and am connecting from a ssh client (openssh-2.9p2) on an x86 Linux box. This works fine for ssh protocol version 1, but am getting the below error for ssh v2: Disconnecting: Bad packet length -857542839. I am also attaching the complete debug traces from sshd & ssh below. I am not sure if this is an "endian" issue.
2003 Dec 18
3
[Bug 776] Add Fedora information to build RPMs
http://bugzilla.mindrot.org/show_bug.cgi?id=776 Summary: Add Fedora information to build RPMs Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2003 Sep 19
6
[Bug 685] cipher.c error when building against OpenSSL 0.9.7b on RedHat 7.3
http://bugzilla.mindrot.org/show_bug.cgi?id=685 Summary: cipher.c error when building against OpenSSL 0.9.7b on RedHat 7.3 Product: Portable OpenSSH Version: 3.7.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo:
2002 Sep 17
1
[Bug 398] OpenSSL build mech. doesn't acknowledge /dev/random in Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=398 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From mouring at eviladmin.org
2003 Sep 17
1
[Bug 672] vis.h is not #includ'ed in OpenBSD 3.1 build of OpenSSH portable 3.7p1
http://bugzilla.mindrot.org/show_bug.cgi?id=672 Summary: vis.h is not #includ'ed in OpenBSD 3.1 build of OpenSSH portable 3.7p1 Product: Portable OpenSSH Version: 3.7p1 Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: normal Priority: P2 Component: Build system
2003 Sep 17
4
[Bug 654] config throws an error due to missing zlib (but zlib present)
http://bugzilla.mindrot.org/show_bug.cgi?id=654 Summary: config throws an error due to missing zlib (but zlib present) Product: Portable OpenSSH Version: 3.7.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo:
2005 Aug 03
2
The Next Guide Will Be...
The Next Guide Will Be... August 3rd, 2005 The next guide on Sambadmin will about creating a great LDAP infrastructure. I have been disappointed that I have only received two comments about what the next guide should be, especially since the site has had over 500 visitors in the past two days. I came to this decision after reading my posts. I stated that the core motivation behind all of this is
2002 May 17
2
SSH 3.2.2 on Solaris 8 with /kernel/drv/random
Hi, I'm like to try a get the new release to work with Sun's new device, that can be installed with patch 112438-01. I compiled SSL attempting to point it at the random device: cd openssl-0.9.6d ./Configure solaris-sparcv7-gcc make DEVRANDOM="/kernel/drv/random" And then ran the SSH configure: ./configure --prefix=/opt/OBSDssh --with-pam --without-rsh \ --sysconfdir=/etc/ssh
2003 May 12
1
ssh-agent asking for passphrase on non-keyed connections
I'm running into some odd behavior that I can't figure out that I'm hoping someone can help me with. After years of SSH usage, I've decided to exchange one laziness for another and use ssh-agent. However I'm running into an odd instance where ssh is asking for the passphrase to my key stored in ~/.ssh/id_dsa when attempting to connect to a machine with nothing in
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following queries: find_author(postid) find_posts(authorid) And you are doing a
2002 Jan 01
3
Easier OggDrop version
Hi. I think that the vorbis team should use this version of OggDrop RC3 as the official OggDrop RC3, because the menu interface is easier to use (& you can see what kind of mode you have chosen). http://www.inf.ufpr.br/~rja00/BQoggdropC1.zip See this thread for more info: http://www.hydrogenaudio.org/forums/showthread.php?s=&postid=4683 <p>I only have one problem now: what
2003 Nov 13
3
[Bug 758] if authorized keys exchanged, regular user can gain
http://bugzilla.mindrot.org/show_bug.cgi?id=758 Summary: if authorized keys exchanged, regular user can gain Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 URL: http://www.mainelinesys.com OS/Version: Linux Status: NEW Severity: security Priority: P2 Component: ssh
2007 Feb 17
1
Vista (pre-installed OEM editions) creating new files or folders on network shares
Hi, This post is to prevent other people that are having trouble with Vista clients from going down a blind alley investigating problems in their samba configurations. After some research I have found (see link below) that there is a general problem for pre-installed OEM editions of Vista Business (and possibly other vista versions) in creating files and folders on network shares. The problem