Displaying 20 results from an estimated 4000 matches similar to: "Make sshd log IP addresses, not hostnames"
2013 Oct 01
2
sshd accepted fingerprint logging
Currently, LogLevel must be set to VERBOSE to see the fingerprint of an
accepted key, and the default LogLevel is INFO. Since this is useful
security information, I would like to propose that the 'Accepted
publickey' message be modified to include the fingerprint of the
accepted key. Is this a reasonable solution?
Here is an example log snippet with LogLevel VERBOSE:
Oct 1 15:23:24
2007 Oct 12
4
Safe method to remove old kernels
# rpm -qa | grep kernel-2 | sort
kernel-2.6.9-42.0.10.EL
kernel-2.6.9-42.0.2.EL
kernel-2.6.9-42.0.3.EL
kernel-2.6.9-42.0.8.EL
kernel-2.6.9-42.EL
kernel-2.6.9-55.0.2.EL
kernel-2.6.9-55.0.6.EL
kernel-2.6.9-55.0.9.EL
kernel-2.6.9-55.EL
I'm running the most recent kernel available, and I've never had a
problem with any past kernels, so I don't believe there's any reason
to keep all of
2007 Dec 10
2
5.1 Upgrade Not Working?
So both "yum upgrade" and "yum update" now are complete and there's no
new packages. However, when I attempt to check my version, I'm still
showing 5.
# cat /etc/redhat-release
CentOS release 5 (Final)
I remember seeing 5.1 repositories being access for the upgrades. Is
it possible my system did not upgrade?
# uname -r
2.6.18-53.1.4.el5.centos.plus
Thanks,
Scott
2007 Oct 18
2
Upgrading Java on CentOS 4.5
# rpm -qa | grep -E '^(java|jdk|jre)-'
jre-1.6.0_03-fcs
java-1.4.2-gcj-compat-1.4.2.0-27jpp
jdk-1.6.0_03-fcs
java is a CentOS package. jdk and jre are from Sun.
(I need Java >= 1.5.0 for an application I'm installing.)
# update-alternatives --config java
There are 1 programs which provide 'java'.
Selection Command
-----------------------------------------------
*+
2008 Feb 08
2
Changing ext3 Partition Size
I have an ext3 partition from our SAN. The size was increased.
I am attempting to re-size this specific ext3 partition, obviously.
I unmount the partition, run fdisk, change the cyls, and save...
WARNING: Re-reading the partition table failed with error 22: Invalid argument.
The kernel still uses the old table.
The new table will be used at the next reboot.
And that is the message that I
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the
same destination server. Here's the code:
DEST="remotehost"
SRC="/home/boss/application.conf"
DST1="/home/user1/application.conf"
DST2="/home/user2/application.conf"
RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1`
RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2`
This runs every 5 minutes. What
2008 May 23
2
How to move my MBR
I removed an ATA drive (/home) for a new SATA and my system would not
boot. I'm guessing that it put the MBR on that drive instead of the
drive that holds the / partition. What's the best way confirm where
the MBR resides and, after I verify that's my problem, how I can move
(or make a copy) onto a different drive?
Thanks,
Scott
2003 Feb 11
1
Option to limiting sshd "banner" to interactive/password-auth/tty (or something along those lines) sessions
Hi.
It would be of utmost utility if there were a way to cause the sshd
"banner" configuration setting to only print the banner in certain
circumstances.
What I'm actually after is avoiding printing out the banner for
non-interactive sessions, so that if I run "ssh somehost ls" I don't get
the login banner, but if I just type "ssh somehost" I do (at
2007 Sep 26
2
My G729 problem re-visited
Ok, I built a test system to duplicate my problem and provide myself
a platform that I can mess around with to try and break any features.
My problem is G729 pass-through from a gateway to a phone. I think
I even have transcoding working, which makes me more confused on
what's wrong with my pass-through. It must be a configuration issue.
The basics...
*CLI> core show version
Asterisk
2007 Nov 13
1
sdc1 without the sdc
So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm
not sure when this might have happened, but it appears that the
/dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is
mountable. Is there a method to re-create the /dev/sdc device? I
cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1
partition and it works just fine. Not having the /dev/sdc
2007 Aug 21
2
Using HTTP proxy for yum
Is there a way to use an HTTP proxy (with a user/pass) with yum? Or
at least a way to pass a user/pass through yum? I have a situation
with a CentOS server behind a web filter appliance.
Thanks,
Scott
2007 Aug 28
1
Mapping to Samba
Using GUI methods (read: easy for most users), is there a way to map
to a Samba share and have it accessible to all applications? Going
through Nautilus I'm able to create a link to the shares, but they're
not accessible from many applications. And, obviously, this is going
to be something that changes per user (different mappings, different
credentials, etc), so I can't use a static
2007 May 18
1
Why no upgrade?
I have 2 installs of 4.4 that I'm experimenting with.
'yum update' on one of them upgraded to 4.5, but
the other system does NOT upgrade. Any ideas?
I ran a 'yum clean all' but it did not appear to help.
Thanks,
Scott
2007 Sep 14
1
g729 on 1.4.10.1
I have a fresh 1.4.10.1 installation that appears to have a problem
with g729 pass-through. I can see the gateway in question sending an
INVITE using g729b. However, the Asterisk is only sending g711 in the
INVITE to my Polycom phone.
[gateway]
disallow=all
allow=g729
[phone]
disallow=all
allow=ulaw
allow=alaw
allow=g729
There's the codec configs for the gateway and the phone in question.
2007 Oct 12
1
Display channels and codecs
Is there an easy way to show all active channels AND the codecs
they're using? Other than going through EACH channel individually to
check the codec which is, obviously, not a very efficient process.
Thanks,
Scott
2019 Oct 04
1
imapsieve administrator scripts are not executed in the order they are defined
Dear dovecot developers,
I have an issue with the Pigeonhole IMAPSieve Plugin and the order in which
administrator scripts are executed. Although I cannot find anything about the
order in which the scripts are executed, I would expect they are executed in
the order they are defined: the one defined by imapsieve_mailbox1_* before the
one defined by imapsieve_mailbox2_* in case both match.
I
2006 Jun 12
1
nmblookup receives response, but doesn't show it
Hi folks,
I find that nmblookup seems to be receiving
responses to name queries, but ignoring them. Here's what's
happening:
# nmblookup somehost
querying somehost on x.y.255.255
name_query failed to find name somehost
But watching the transaction with ethereal on the local
host, I see that:
1. nmblookup on local udp port nnnn (some random number above 1024)
sends an nbns
2005 Mar 31
1
X11 forwarding and session multiplexing
Hi,
A user has noticed that X11 forwarding does not appear to work when using session
multiplexing. It seems that the DISPLAY environment variable is not getting
set in the slave sessions.
Any thought? The ~/.ssh/config ib below.
Host somehost-master
ControlMaster yes
ControlPath ~/.ssh/somehost.sock
HostbasedAuthentication no
HostName somehost
Host somehost-slave
ControlPath
2010 Feb 26
3
ssh_authorized_key - same key, different accounts?
Puppet 0.24.8... I am trying to use ssh_authorized_key to create
passwordless logins for a couple of accounts. The important thing to
note is I''m trying to get the source ("root@somehost" below) as part of
the key, and the same key needs to be added to two different accounts on
the system.
It appears that the resource name is the only place I can set the
originating source
2001 Jun 18
1
make scp more script-capable
Hi,
here's a proposal of a new ssh/scp-feature:
-------------------------------------------------------
please implement a timeout with non-zero error-returncode on
"Are you sure you want to continue connecting (yes/no)?"
-------------------------------------------------------
My situation:
recently I have implemented a cronjob
that is using scp. Due to organizational