Displaying 20 results from an estimated 2000 matches similar to: "[Bug 2326] New: INFO logging fails client with mis-configured DNS"
2014 Sep 24
11
[Bug 2282] New: When group member count exceeds 126, config reliant fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2282
Bug ID: 2282
Summary: When group member count exceeds 126, config reliant
fails
Product: Portable OpenSSH
Version: 5.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sftp-server
2009 Oct 09
2
DNS is confusing! (I really need some help understanding!)
OK, I am confused and DNS is the reason.
So, Comcast, 13 public IP's bound to my modem.
Each public IP has a DNS name from comcast (they assign it
automatically) like:
173.13.167.209 --> 173-13-167-209-sfba.hfc.comcastbusiness.net
I created a DNS entry at GoDaddy for 173.13.167.209 that is
'inhouse.theindiecompanyllc.com'
When eth0 is alive, I see that it tells me my name
2013 Apr 16
2
Probs authenticating to Dovecot
Hi folks. I have set up a Ubuntu 12.04 VM with Dovecot, Postfix, MySQL, amavisd, and ISPConfig 3. The VM has tons of RAM and disk and processor and is permanently connected to the Internet with a static IP. I followed the instructions at howtoforge.com to set up and configure this VM and am using ISPConfig to set up a mail hub for multiple domains. I have the DNS for my other domains' MX
2009 Jan 09
1
setting umask for internal-sftp users
I'm running OpenSSH 5.1p1 on openSUSE 10.3 (i586) and I want to setup chroot jails for certain
SFTP-only users. I use the following lines in my sshd_config file:
Match Group sftponly
ChrootDirectory /home/chroot-%u
ForceCommand internal-sftp
It works great.
The problem is that some of my users need umask 002 for their uploads. I tried a few ways to
achieve this:
* set umask in sshrc,
2010 Feb 10
1
Syslog for chroot-jailed SFTP users?
Maybe one of you can help. We have set up a CentOS server so that
each user who logs in via sftp will be jailed in their home directory.
Here's the relevant sshd_config:
# override default of no subsystems
Subsystem sftp internal-sftp -f LOCAL2 -l INFO
Match Group sftponly
ChrootDirectory /home/%u
ForceCommand internal-sftp
This actually works great, but none of
2009 Jun 30
5
[Bug 1616] New: root owned empty subdirs are deletable by chroot users
https://bugzilla.mindrot.org/show_bug.cgi?id=1616
Summary: root owned empty subdirs are deletable by chroot users
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2003 Sep 26
2
[Bug 720] "UseDNS no" breaks public key login
http://bugzilla.mindrot.org/show_bug.cgi?id=720
Summary: "UseDNS no" breaks public key login
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2020 Aug 31
2
[Bug 3207] New: Match blocks ignored in files processed by Include
https://bugzilla.mindrot.org/show_bug.cgi?id=3207
Bug ID: 3207
Summary: Match blocks ignored in files processed by Include
Product: Portable OpenSSH
Version: 8.3p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2016 Mar 17
2
[Bug 2554] New: UseDNS documentation is misleading
https://bugzilla.mindrot.org/show_bug.cgi?id=2554
Bug ID: 2554
Summary: UseDNS documentation is misleading
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at
2009 Dec 03
2
Centos 4.7 /var/log/messages file kill process
We have DELL 2650 server and I found recently /var/log/messages have following messages continue pop-up:
===========================================
Dec 3 15:47:06 HOST1 kernel: Free pages: 17816kB (1664kB HighMem)
Dec 3 15:47:06 HOST1 kernel: Active:7463815 inactive:656000 dirty:0 writeback:0 unstable:0 free:4454 slab:119979 mapped:730440 pagetables:63277
Dec 3 15:47:06 HOST1 kernel:
2015 Mar 20
1
help with tinc unstable state
I am using tinc to connect together VPCs in AWS across multiple regions and
accounts to provide secure communication. For the most part, it works
great. A few times, I have seen issues where something got into an
unstable state that didn't seem to resolve itself. Shutting down tinc on
all hosts and restarting seemed to do the trick, but I'd like to see if
there is something that I can
2015 May 28
5
[Bug 2405] New: Description of UseDNS option is not accurate
https://bugzilla.mindrot.org/show_bug.cgi?id=2405
Bug ID: 2405
Summary: Description of UseDNS option is not accurate
Product: Portable OpenSSH
Version: 6.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Documentation
Assignee:
2008 Jan 16
2
mysterious crash of a particular worker
Hi,
I am using the latest checkout from backgroundrb release 1.0.1. I
have a worker called status_checker that periodically (every minute)
checks the status of certain hosts over the network. It works fine at
the beginning but after a while the worker will mysteriously
disappear and stop working. I have other workers running but they do
not disappear like this worker does.
These are
2014 Apr 10
0
Re: Help with understanding and solving snapshot problem
On 04/10/2014 12:00 AM, rolf wrote:
> Hello
>
> Fairly new to libvirt. I’m hoping to both solve a problem with this question as well as learn more detail about how libvirt works.
[Can you convince your mailer to wrap long lines? It makes it easier
for other readers]
>
> Using RHEL 6.4 and libvirt version is 0.10.2 and qemu-img version is 0.12.1.2
Have you considered raising
2002 Jun 10
0
Filesystem Permission problems
HI,
I would like to copy my file, i.e. test_file.cc on 1 host machine into
another user's home directory i.e /usr/adm/ken_lee/
, on a different host machine. These 2 hosts machines, i.e host1 and host2
are on different NIS domains.
I tried copying my file into the other user's home directory, by invoking
the rsync command on my host machine i.e host1:
# rsync -avzo
2003 Jun 03
0
[Bug 549] Login Delay / Remove unwanted reverse map check
http://bugzilla.mindrot.org/show_bug.cgi?id=549
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From djm at mindrot.org 2003-06-03 10:28
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
https://bugzilla.samba.org/show_bug.cgi?id=3116
Summary: large tar files: 1 gig size: retransmitted: rsync_rsh
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2014 Apr 10
2
Re: Help with understanding and solving snapshot problem
Hello
Thanks heaps for your suggestions. responses inline.
On 10 Apr 2014, at 10:34 pm, Eric Blake <eblake@rehost1hat.com> wrote:
>
> [ … ]
> [Can you convince your mailer to wrap long lines? It makes it easier
> for other readers]
I’ll try and keep the lines short. I don’t see any obvious setting to change the wrap.
>>
>> Using RHEL 6.4 and libvirt version
2014 Apr 10
0
Re: Help with understanding and solving snapshot problem
On 04/10/2014 04:38 PM, rolf wrote:
>> [Can you convince your mailer to wrap long lines? It makes it easier
>> for other readers]
>
> I’ll try and keep the lines short. I don’t see any obvious setting to change the wrap.
Thanks for being accommodating; this was indeed easier to read (alas,
many web mailers these days lack settings for automatic wrap, so I end
up whacking the
2012 Aug 15
2
KVM VM traffic over host's Tinc VPN
Hello Tinc list!
I'm trying to set up a Tinc VPN between two KVM host machines so that a
VM on one host can communicate with a VM on the other host. While I do
have a good bit of experience with virtualization, I'm not a
particularly savvy network guy, so this is proving to be a pretty big
challenge.
Requirements:
* ALL VM network traffic must be secure.
* VMs on one host must be