similar to: Using openssh 3.1p1 on Solaris with tcp wrappers 7.6

Displaying 20 results from an estimated 5000 matches similar to: "Using openssh 3.1p1 on Solaris with tcp wrappers 7.6"

2002 Apr 12
2
Using openssh 3.1p1 on Solaris with tcp wrappers?
Dear OpenSSH Developers, Thanks for all the great work on this important tool. We've built version 3.1p1 on SAPTC platforms under Solaris 2.8 using gcc 2.95.2. Several quick notes and a question: 1) There are several discrepancies between the INSTALL file on the openssh web site ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/INSTALL and the output from "./configure
1998 Sep 01
5
/bin/login problem
I would be surprised if someone hasn''t encountered this already, but I haven''t found any discussion of the nature of this problem. I run RehHat 5.0. If a user makes a mistake in the login process such as the following: login: mistake password: xxx Login incorrect! login: username password xxxx bash$ a ps will show, among other things, 2333 /bin/login --mistake. Since
2002 Mar 25
2
OpenSSH on SunOS 4
I'm trying to update an ssh 1.2.27 to OpenSSH 3.0.2p1 and am running into a problem. I've successfully built zlib 1.1.4, OpenSSL 0.9.6c, and tcp_wrappers , but when I attempt to run configure, I get the error about the missing posix regex. So I attempted to download and use pcre (the Perl hack to expose perl regex to posix. But I can't build that since it calls strtoul() (string to
2003 Sep 16
4
AD authentication problem
I'm having a problem authenticating to Active Directory. I can join the machine to the domain, wbinfo -g/-u will list the groups and users and I can map a drive using: smbclient -k //s-lorentz.s-res.uva.nl/c\$ However when I try to get the linux machine to authenticate a user it doesn't work giving the error NT_STATUS_NO_LOGON_SERVERS (0xc000005e). Looking further in the logs it fails
2007 Dec 26
1
"Securing OpenSSH" link it to "Banner Files"
Hi, I would like to add a small section about "Banners" to "Securing OpenSSH" and then link it to the "Banner Files". Any objections ? or is this a task for the author ? Kind regards Mats Ref.: http://wiki.centos.org/HowTos/Network/SecuringSSH http://wiki.centos.org/TipsAndTricks/BannerFiles
2018 Sep 18
2
Header image of blog.centos.org
On 18/09/18 14:19, Rich Bowen wrote: > Hmm. I matched the existing banner size identically as I assumed it was > correct. There are in fact 4 banners now on random rotate. > I'm not a designer, but what about using something that have some kind of "centos look-n-feel" at the design level ? What about the common banner we use almost everywhere, including wiki ? Just my
1997 Jan 13
4
xinetd v. tcp-wrappers
I am interested in opinions regarding the use of xinetd versus the use of tcp wrappers. The two programs have similar functionality, but I find xinetd suits my needs better. The biggest problem is the age of xinetd, and AFAIK it is no longer being kept up. Are there any known security issues with xinetd? Another issue is that xinetd makes use of a non-standard inetd.conf layout, but
1999 May 07
2
banners
Can someone tell me how to configure my unix printers so that no banner page is printed at the beginning of a print job? I have gotten the printing to work, but I want to stop the banner page. What file do I change to configure that? AIX, 4.2.1, with NT Clients. Thanks in Advance, Pattee Bender Uniform Color Company
2013 Jan 07
14
[Bug 2058] New: SSH Banner message displays UTF-8 multibyte char incorrrectly
https://bugzilla.mindrot.org/show_bug.cgi?id=2058 Bug ID: 2058 Summary: SSH Banner message displays UTF-8 multibyte char incorrrectly Classification: Unclassified Product: Portable OpenSSH Version: 6.1p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5
2006 May 13
3
ActiveRecord and cascade removing
Hi. Please help me how to make cascade delete for this 3 classes: class Section < ActiveRecord:Base has_many :ad_bindings has_many: banners, :through => :ad_bindings end class AdBinding < ActiveRecord:Base belongs_to :banner end class Banner < ActiveRecord:Base end When I remove Banner, I need to remove AdBinding also, but it still stored in database. Where I wrong?
1998 Sep 18
4
Printer banner always 'nobody'
I've had this problem as long as I've been using samba: every time anyone prints from a PC they get a banner page labeling them 'nobody.' Now, I realize this has to do with the guest account being 'nobody,' and the server is passing that name to the printer. It can get very frustrating, though, when lots of folks use the same printer and all of the jobs have the same name
2005 Feb 06
2
ssh parameter to quell banner in e.g. CVS extssh
Hi SSH developer community I am using CVS over SSH (and SSH in other cases too) and in a certain context it is very annoying to get the SSH banner displayed all the time when using e.g. CVS. Is there a way to set negative verbosity or to otherwise quell the banner information in SSH (or, worse, in CVS). I have tried ssh -q but that does _not_ quell the banner. Best Johan (I am not a
2007 Sep 04
1
SysVinit guidance, please
I have experienced a couple of power failures since installing CentOS 5, both while I was working on the system. The first time, several weeks ago, I thought there was some "feature" that I had never seen before but couldn't really put my finger on it. The power came back on after a few seconds and I never missed a beat. I also shrewdly forgot about the anomaly that I had
2004 May 17
2
samba+cups printing a banner
i set up a print server using samba and cups and it seems to be working fine but in my environment it is vital for each printjob to have a banner with netbios name on it. eg i have 700 public computers and 4 printers so i need each computer to print a banner with the hostname to distinguish who prints what. i tried to set it up on the client side but it doesnt seem to be working. any help would be
2018 Sep 19
1
Header image of blog.centos.org
On Tue, Sep 18, 2018 at 10:18 AM Rich Bowen <rbowen at redhat.com> wrote: > > On 9/18/18 8:27 AM, Fabian Arrotin wrote: > > On 18/09/18 14:19, Rich Bowen wrote: > >> Hmm. I matched the existing banner size identically as I assumed it was > >> correct. There are in fact 4 banners now on random rotate. > >> > > I'm not a designer, but what about
2018 Sep 15
3
Header image of blog.centos.org
I noticed that the header backgroung image of https://blog.centos.org was updated. This brought back some memories around couple of suggestions (or "complaints") when the page was first set up. Fabian thinks it's worth discussing this on the -docs mailing list. :) One thing was that the header image of the page remained the default one provided by WordPress. But no one was able to
2004 Nov 11
2
patch adding none cipher/mac for ssh v2
Below is a patch that adds the ability to have a none cipher and mac for protocol version 2. By default, sshd will not allow these to be used; an admin will have to explicitly allow them in the Ciphers and MACs section of sshd_config. Additionally, the client will not use these unless explicitly instructed to by the user. The actual name of the cipher is 'none2', to distinguish it
2016 Aug 19
4
Can Logon & Join NT4-style Domain, Can't Change Password
Hello Bill, We have the same problems with our users. After some recent updates they are unable to change there passwords. We have many networks at different locations and more and more reports are starting to come in now. We are using: centos 6.8 kernel: 2.6.32.-642.1.1.el6.x86_64 smbd -V: 3.6.23-25.el6_7 I noticed Windows 10 enterprise machines are not affected yet. I am sorry if my post was
2011 Jan 02
2
Page fault in winecfg
UBUNTU 10.10 x86_64 with wine 1.3.10 I called winecfg, got the gui and set the decor to win7. Clicked on Apply and started moving through the tabs to check. When I clicked on the graphics tab I got this page fault. Here is my complete console log. john at john-GA-MA78LM-S2H:~$ mv .wine .wine.prod john at john-GA-MA78LM-S2H:~$ wine winecfg wine: created the configuration directory
2008 Jun 24
1
rsh issue/update (access denied)...
hi... i've got an "access denied" issue with rsh on one of my boxes (and before we start, no "use ssh" comments.. rsh is what i'm dealing with for now!!) i've got a few boxes in my network, and i can successfully rsh into them with no issue. however, on one box, i can't access it using rsh, and i'm running out of things to try... kind of curious. i can