Displaying 20 results from an estimated 100 matches similar to: "ssh: limits on authorized_keys2 (fwd)"
2007 Nov 12
3
DO NOT REPLY [Bug 5075] New: Syncing with --iconv may yield protocol error
https://bugzilla.samba.org/show_bug.cgi?id=5075
Summary: Syncing with --iconv may yield protocol error
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: lennart.samba@lovstrand.com
2008 Sep 15
0
No subject
hello..
i am running openssh-3.7.1p2. on linux.It is working successfully..and daemon is running &client also connecting.But the problem is with the mips architecture when i connecting this server from remote syytem.?i got an error of buufer_get:trying to get more bytes 1 than buffer0.And client is not connecting from remote system.My out is as follows on my server
?in sshd main
before
2008 Sep 18
2
SSHD_PROBLEM
hello..
i am running openssh-3.7.1p2. on linux.It is working
successfully.and daemon is running &client also connecting.But the
problem is with the mips architecture when i connecting this server
from remote syytem. i got an error of buufer_get:trying to get more
bytes 1 than buffer0.And client is not connecting from remote system.My
out is as follows on my server
in sshd main
before
2013 Jan 14
1
[nut-commits] buildbot failure in Network UPS Tools on FreeBSD-x64
On Mon, Jan 14, 2013 at 4:36 AM, Arnaud Quette <aquette.dev at gmail.com> wrote:
> Hey Charles,
>
> I hope you're doing fine...
>
> There seems to be an issue on your BSD: permission denied on Asciidoc
> generation.
It looks like this is due to a new version of AsciiDoc (8.6.8 vs
8.6.6). I'll take a look again later, but I doubt it's related to the
most recent
2001 Jun 24
0
Errors when installing StarOffice on build 20010510
Morten W. Petersen wrote:
> Well, a friend of mine had problems installing Word 8, so I figured I'd
> install some similar bloatware to see if we could produce the same bug.
This makes no sense. Installing bloatware from Sun is not going to help you
debug install problems with bloatware from Microsoft.
It would make more sense to compare with MS Access or Excel of the same
2001 Nov 07
1
Wine err: dosfs:DRIVE_ReadSuperblock The Filesystem is not FAT !!
Hi folks, I've been trying to get WINE to run on my new mandrake 8.0
box for _four_ _months_.
Every version of WINE gives me:
err:dosfs:DRIVE_ReadSuperblock The filesystem is not FAT !!
(device=/dev/hda1)
when I try to run an app that opens/closes files (e.g. notepad.exe).
Software that doesn't use files runs fine (calc.exe)
I can read/write to the partition /dev/hda1 just fine...
2012 Oct 22
1
[PATCH] Implement remote dynamic TCP forwarding
Hi all,
This is a client side only implementation of reversed dynamic (SOCKS) TCP
forwarding, which means it is compatible with any existing servers
have 'remote forward' capability.
To establish such forward, use "ssh -R [BIND_ADDRESS:]PORT ...".
The server will listen on that port and address and accept SOCKS
traffics.
Hope this will be useful for you.
There was an
2004 Mar 02
1
openssh 3.8p1 on Linux
Hello,
I'm having trouble with OpenSSH on Linux.
Here is attached the regression tests log - it'll explain what my
problems are. This cause sshd to die with this output:
buffer_get: trying to get more bytes 1 than in buffer 0
ssh would also dies with this message. I recreated my user keys, and it
works now. remote sshd is 3.7.1p2.
But sshd won't start even after recreating server
2002 May 15
0
[Bug 243] New: fatal: buffer_get
http://bugzilla.mindrot.org/show_bug.cgi?id=243
Summary: fatal: buffer_get
Product: Portable OpenSSH
Version: 3.0.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: marco at linuxpro.nl
2006 Apr 24
0
saving from word & excel
hi,
we're using a samba-server over DSL using openVPN and the speed is very
good at browsing directories and quite OK at loading/saving files except
for word & excel where it takes about 20-30 seconds to save even a small
file.
which is no wonder because the following happens in log.smbd when i click
"save" in word, it obviously checks for a bazillion tmp- and lockfiles (
2003 Sep 09
6
3.6p2 build errors on buffer_get with latest portable/SNAP
Tried the user discussion list to no avail, can't get 3.6.p2
portable running due to buffer_get errors. Does the
latest portable SNAP incorporate the latest patches?
Running Red Hat 8.0
AS SHIPPED
/usr/sbin/sshd
...
cool, listens on 22 with 3.4p1
WITH 3.6.1p2
./configure
make
make install
...
/usr/local/sbin/sshd -t -f /usr/local/etc/sshd_config
buffer_get: trying to get more bytes 1 than
2003 Jun 25
1
socks5 support for -D
here's an up-to-date patch, should apply to both
openbsd and non-openbsd versions of openssh.
i did only test ipv4 addresses.
Index: channels.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/channels.c,v
retrieving revision 1.191
diff -u -r1.191 channels.c
--- channels.c 24 Jun 2003 08:23:46 -0000 1.191
+++ channels.c 25 Jun 2003 12:14:19
2008 Jul 01
1
[PATCH] SOCKS4A support
This provides SOCKS4A support, which allows a SOCKS4 client to provide a
host name instead of an IP address. It indicates that it's doing so by
using a known-invalid IP address 0.0.0.x (where x != 0), and then
appending the NUL-terminated hostname to the connection request.
Although we check for the terminating NUL manually and the
'fatal(len %d > have %d)' should never happen, the
2002 Aug 05
1
scp fails where ssh succeeds; buffer_get?
I have built the freshest CVS versions of openssh and still observe
the same strangest behavior I encountered when trying to scp from a SuSE
7.2 to RedHat 7.1 system -- I built openssl-0.9.6e on RedHat as well--
and updated a lot of stuff; but still:
ssh succeeds, and scp fails, leaving the following message in
/var/log/secure:
Aug 5 11:50:44 pdb-pc-6 sshd[4609]: fatal: buffer_get: trying to
2002 Jan 17
0
[Bug 72] New: sshd 3.0.2p1 assumes authorized_keys2 unless configured otherwise.
http://bugzilla.mindrot.org/show_bug.cgi?id=72
Summary: sshd 3.0.2p1 assumes authorized_keys2 unless configured
otherwise.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2011 May 09
2
backdoor by authorized_keys2 leftovers
Hi devs,
recently I had to replace authorized_keys on several systems to
enforce an access policy change.
I was badly surprised that authorized_keys2(!) was still processed,
which allowed some old keys to enter the systems again, because I
wasn't aware of the file's existance on the server and use by sshd,
since this "backward compatibility" isn't documented, not even a
2003 Aug 25
2
Rsync with SSH problem
I have add the ssh key to my .ssh/authorized_files.
When I enter the command, the errors are as follow.
[root@mandrake91 .ssh]# rsync mandrake82::XXXXX /rsynctest --recursive -e
ssh
buffer_get: trying to get more bytes 129 than in buffer 46
rsync: connection unexpectedly closed (0 bytes read so far)
sync error: error in rsync protocol data stream (code 12) at io.c(165)
There is no errors when I
2009 Feb 09
6
[Bug 1553] New: key based (authorized_keys2) authentication is not working in Windows 2003
https://bugzilla.mindrot.org/show_bug.cgi?id=1553
Summary: key based (authorized_keys2) authentication is not
working in Windows 2003
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2008 Sep 23
1
ERROR:buffer_get_ret
hi,
I am running openssh sourec code for ssh server.It is working successfully.daemon is running,but the problem is when conncting to this server from remote system i got the following errors.
buffer_get_ret: trying to get more bytes 1 than in buffer 0
buffer_get: buffer error
plese give me suggestions on this
2001 Jun 02
4
authorized_keys2 directory idea
Hi,
In a mail about two weeks ago, I brought up an idea:
---
How SSH makes this easier is that you only have to sync the
authorized_keys2 database to root account's .ssh/ every time new admin
comes in/leaves the house. This can even be automatized rather easily. A
more modular hack would be using authorized_keys2 _directory_, and the
keys in there would all be counted as authorized. Thus