search for: securetti

Displaying 20 results from an estimated 84 matches for "securetti".

Did you mean: securetty
2010 Sep 06
6
augeas and /etc/securetty
Hi, I need to add one line to /etc/securetty, say it needs to be ttyS1. Do not add it if ttyS1 already exists in file /etc/securetty. How to achieve this using puppet module in puppet 2.5? This file is different than the other examples using augeas, this one only has value per line, not name-val pair. Thanks, Hai -- You received this message because you are subscribed to the Google Groups
2010 Oct 13
1
[PATCH] Use augeas to update securetty
augeas now supports securetty. This resolves a failure when securetty isn't present in the guest. Resolves RHBZ#639413 --- lib/Sys/VirtV2V/Converter/Linux.pm | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm index b2eb774..22aa03f 100644 --- a/lib/Sys/VirtV2V/Converter/Linux.pm +++
2005 Oct 26
2
[Bug 1107] Honouring securetty file in HP-UX with UseLogin
http://bugzilla.mindrot.org/show_bug.cgi?id=1107 Summary: Honouring securetty file in HP-UX with UseLogin Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: HP-UX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2008 Mar 19
3
RPM verify weirdness
Hi all, Can anyone explain this to me? (CentOS 4/5) # rpm -qf /etc/exports setup # rpm -V setup S.5....T c /etc/bashrc S.5....T c /etc/printcap ..?..... c /etc/securetty # echo '#### foo' > /etc/exports # cat /etc/exports #### foo # rpm -V setup S.5....T c /etc/bashrc S.5....T c /etc/printcap ..?..... c /etc/securetty I thought verify was supposed to check
2006 Jun 30
1
/etc/inittab: Serial access/ Console Server
>On Thu, 2006-06-29 at 20:48 -0700, Chris Fox wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Rodrigo Barbosa wrote: >> >> > you might want to try agetty: >> > >> > T0:23:respawn:/sbin/agetty 9600 ttyS0 vt100 >> > >> > Not sure if it will work, but seems likely. >> > >> I've always
2009 Jul 31
0
[Bug 1107] Honouring securetty file in HP-UX with UseLogin
https://bugzilla.mindrot.org/show_bug.cgi?id=1107 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX CC|
2010 May 10
4
Begining with puppet.
Hi, I am trying to do my first puppet configuration, already installed the puppetserver and client, in this link show my configuration and my puppet structure: http://paste.pocoo.org/show/212227/ But when i run the client side daemon i get this message: info: /Class[main]/Node[basenode]/Class[inittab]/File[inittab]/source: No specified sources exist err:
2008 Jan 28
6
Xen Virtual Console xvc (Was: Re: Pardon me for possibly dumb question but....)
Thread stealing is not nice, even if the subject is generic. > Related question - what physical device does /dev/xvc0 refer to? What can > I > connect to get to the agetty running on this device? > xvc0 is a xen virtual console and does not correspond directly to a physical device that I am aware of. Yves-Gaël Chény seemed to have answered the second part of the question: >
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
2008 Sep 14
3
xen 3.3.0 etch sources console hangs
I installed xen 3.3.0 on a etch box from sources. I just modified the standard kernel cause of some hardware drivers. I installed xen-tools from backports (3.9-3~bpo40+1). To create a domU ist not the problem. I can connect via ssh and everything works fine. But when i start a domU with "xm create host.example.tld.cfg -c" to login to console from domU it hangs after the message
2009 Oct 28
2
vnc for non-root
At work I've been asked to set up vnc for a remote user (a vendor sysadmin to install 3d party software we've purchased). Of course I'm a bit skittish about allowing root access to this. Is there a way to configure vnc so that root cannot log in through it...? Or do I have to use some other utility to deny root access (e.g., securetty). Thanks, folks. -- War is a failure of the
2007 Aug 08
2
RHEL5 and CentOS 5 root logins
I found, under a 64-bit CentOS 5 workstation install, it is possible to modify /etc/inittab and add a couple of lines to prevent root from logging into the console. I found, under a 64-bit RHEL 5 server install, adding the same two lines completely breaks the OS, to the point that a reboot after the lines are added, the OS brings you to a fsck-like prompt, and other things break, too. I
2010 Apr 29
9
illegal root login on `hvc0''
Hi, I''m running Xen 4 on Slack64. I haven''t console login prompt to domU until I changed xvc0 to hvc0 on /etc/inittab file. No I have access to login but whenever I try to login I get this error from /var/adm/secure file root@darkstar:/var/adm# cat secure Apr 28 22:49:22 darkstar login[1286]: ILLEGAL ROOT LOGIN on `hvc0'' Apr 28 22:49:45 darkstar last message repeated
2006 Aug 18
4
connecting linux console using serial port
Hi, I have a serial modem connected to /dev/ttyS0 on my CentOS server, I want to set up this server to allow connections through this serial modem but only to the console.... (I want to log in)... PS: I don't want PPP, I just want to get my linux console through this serial modem... What do I have to configure on my linux? Thanks for your time Regards; Israel
2010 Apr 12
1
[PATCH] Converter: Update xvc0 console to ttyS0
This change updates a guest which uses Xen's xvc0 to use ttyS0 instead. In a related change, it also makes a console a 'standard device' will always be configured. --- lib/Sys/VirtV2V/Converter.pm | 5 +++- lib/Sys/VirtV2V/Converter/Linux.pm | 46 ++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletions(-) diff --git
2012 Jan 06
1
virt-v2v should add kernel console= to Xen->KVM converted guest's grub.conf
I'm using virt-v2v (0.8.3 currently) on EL6 to convert Xen guests to KVM. I see how virt-v2v converts any existing references to xvc0 and hvc0 serial console devices in /etc/inittab, /etc/securetty, and grub.conf. However, my Xen DomU grub.conf's don't have any mention of console= on the kernel lines, because the Xen DomU kernel defaults to using the correct xvc0 console. As a
2010 Jul 28
5
RHEL 6 guest support
The following patches add RHEL 6 guest support to virt-v2v. This was actually quite a lot easier than I expected. * [PATCH 1/4] Update virt-v2v.conf for RHEL 6 virtio support * [PATCH 2/4] Check kudzu exists before attempting to disable it * [PATCH 3/4] Use dracut rather than mkinitrd if it's available * [PATCH 4/4] Properly convert RHEL 6 guest console
2009 Sep 21
0
Clarify TTY and virtual consoles
Hi, I need some help to clarify TTY and virtual consoles. Thanks a lot. 1. I learned that to switch from one TTY to another, one must be at the physical machine. Does the same apply to virtual consoles? 2. My /etc/inittab includes the following. Does that mean there's only one instance of TTY on my CentOS? ... #
2008 Feb 22
2
How to Disable PAM in Centos 5.1
Hello all I would like to disable PAM authentication in my test server running Centos5.1. Currently I get an error that states: "Feb 22 02:01:31 localhost login: pam_securetty(login:auth): access denied: tty 'tty1' is not secure !" I would like to DISABLE the PAM authentication; am unable to get the answer after googl'ing for hours; if anyone is familiar on how to do
2013 Dec 21
1
Serial Console Config in 6.5
Alle, After upgrading from 6.4 to 6.5, our serial console configuration non longer work. We have the following upstart file: [cwfox at hilo ~]$ cat /etc/init/ttyS0.conf # ttyS0 - agetty # # This service maintains a agetty on ttyS0. stop on runlevel [S016] start on runlevel [23] respawn exec agetty -h -L -w /dev/ttyS0 115200 vt100 [cwfox at hilo ~]$ And the following in /etc/securetty: