Search Results

Search: Posts Made By: -=XrAy=-
Forum: AIX 12-22-2014
3,201
Posted By -=XrAy=-
For SSH it is possible to disable the DNS reverse...
For SSH it is possible to disable the DNS reverse lookup(-u0):
https://www.linux-tips.org/article/92/disabling-reverse-dns-lookups-in-ssh
But this can impact other sshd options:
SSH slow to login?...
Forum: AIX 12-22-2014
3,201
Posted By -=XrAy=-
I was bored... :) IFS=;who -ub | while read...
I was bored... :)
IFS=;who -ub | while read LINE;do IP=$(echo $LINE|sed -n "s/.*(\(.*\)).*/\1/p"|xargs -I{} dig +short {});echo $LINE|sed "s/(.*)/($IP)/g";doneMaybe there is a more elegant way.
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy