We have different unix servers, let say I have server 1 and server 2.
Well whenever I ssh from server 1 to server 2, I'm ok, but when I ssh from server 2 to server 1, I can connect just fine, but I get this message:
X11 auth data does not match fake data
X11 auth data does not match fake data
X11 auth data does not match fake data
X11 auth data does not match fake data
X11 auth data does not match fake data
and I would have to hit ctrl+c to stop it, this come up at the command prompt. I checked in my ssh2_config file under /etc and made sure that X11 display forwarding is enabled. This has been bugging me for a while and I don't know what to do.
- SSH might not be setup for X11 (not a problem with BIC systems)
o To check ssh the following command should output "ForwardX11 yes"
- If you change user, 'su' will cause problem with keys.
o
vs.
- The '-', this will load username's environment clearing anything you had previously set.
o To fix this you must know what display you are using and get the proper xauthkeys
- Once you have this information you can then su to the other user.
Hi,
i have 2 files , the data i need to match is in masterfile and i need to pull out column 3 from master if column 1 and 2 match and output entire row to new file
I have tried with join and awk and i keep getting blank outputs or same file
is there an easier way than what i am... (4 Replies)
Hello,
Using the information in file 1, I would like to extract from file2 all rows which matchs in column 3.
file 1
1233
1230
1231
1232
file2
65733.00 19775.00 1220
65733.00 19793.00 1220
65733.00 19801.00 1220
65733.00 19809.00 1231
65733.00 19817.00 ... (2 Replies)
Hello experts,
Please help me in achieving this in an easier way possible. I have 2 csv files with following data:
File1
08/23/2012 12:35:47,JOB_5330
08/23/2012 12:35:47,JOB_5330
08/23/2012 12:36:09,JOB_5340
08/23/2012 12:36:14,JOB_5340
08/23/2012 12:36:22,JOB_5350
08/23/2012... (5 Replies)
Hi all I have 7 words ina file called "lookupfile"
CAD
CD
HT
RA
T1D
T2D
BD
in other file I have data like this in which columns are seaprated by comma but the names among above seven names are in one column menas comma between these seven words doesnt mean that they are separated by... (9 Replies)
Hi,
I am using
/etc/syslog.conf:
*.debug /usr/adm/syslog
*.* @remote-host
This setting doesn't record user login information.
Every time I do
logger test 1
logger test 2It gets recorded just fine.
Any ideas? (1 Reply)
How to replace match data in 2 file. to new file
My log.txt (100,000 line)
11415304503฿90255050001฿3฿23/02/2009 13:12:38฿17/04/2009 13:04:59฿27/03/2009 4:13:54
11494069063฿90259730001฿3฿27/10/2008 13:14:21฿02/11/2009 14:34:01฿09/10/2009 4:13:26
11497298316฿90825970008฿5฿29/03/2009... (5 Replies)
Hi,
Long list of Input file1 content:
1285_t
4860_i
4817_v
8288_c
9626_a
.
.
.
Long list of Input file2 content:
1285_t chris germany
8288_c steve england
9626_a dave swiss
9260_s stephanie denmark
.
.
. (14 Replies)