Re: Kill user login session

2003-10-16 Thread Jason Dale
ned, no processes exist that are directly owned by the user. Note that the 'ps' command reads the kernel process table, whereas 'who' reads the 'wtmp' and 'utmp' databases which contain login information. (Look in /var/run and /var/log). This is why you picked

RE: Kill user login session

2003-10-15 Thread tsvi
hi Leonard did you try ps -A | grep pts/2 (or any other pts the user is on) and then just killing them -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

Re: Kill user login session

2003-10-15 Thread Leonard Miller
Thanks for the help. Nothing I tried worked so I just rebooted the server. ps -ef didn't show any processes for the user. "who" showed the login date as Oct 13 but there were no processes with that date. So I just kicked it in the head. Thanks again Leonard Automatically

Re: Kill user login session

2003-10-15 Thread Chris Sechiatano
if you type "ps -ef" you will see all the processes running from all users. If your user is still logged on, look for the shell process id, then you can use "kill -9 PID" to kill that process. ps -ef root 20546 1330 0 10:40 ?00:00:00 [sshd] user 20547 20546 0 10:40 pts/000:

Re: Kill user login session

2003-10-15 Thread Leonard Miller
ps -u "[username]" just returns this PID TTY TIME CMD and yes, I substituted the real username. Just didn't want to show it here. When I run who, it shows the user on pts/2 Finger returns this "[username]"*pts/2287d Oct 13 10:11 So there are no proceses owned by the user.

Re: Kill user login session

2003-10-15 Thread Jason Dale
ps -u "[username]" will show you all of the processes owned by the user. or, if you know what terminal device the user was logged in at, you can use "ps -t [terminal]" You will see output that looks similar to this (ps -u): PID TTY TIME CMD 1542 ?00:00:00 gnome-session 159

Kill user login session

2003-10-15 Thread Leonard Miller
Hi, I have a user session that has been logged in for a couple of days. I know the user has logged out, but I can't figure out how to kill the session. Any help would be appreciated. Thanks Leonard Automatically inserted lawyer supplied blurb follows **CONFIDENTIALITY NOTICE**

[linux-users] Re: [edlug] gnome doesn't let NFS users login.

2003-10-08 Thread Ross Macintyre
in. What I had noticed was that the users file systems had not been mounted with the usrquota option and yet our automounter on the clients was set to mount using this option. Don't know if this caused the problem, but it's working at the moment. (Before the server was rebooted, I fr

gnome doesn't let NFS users login.

2003-10-07 Thread Ross Macintyre
I have 2 servers both running Redhat 8.0, kernel 2.4.20-20.8smp. Users with their homes on one of the servers can't login using gnome. The message that appears is "could not lock the file ./gconf-test-locking-file... the error was 'no locks available' errno

Re: what settings to do on linux box to enable login from any network node using telnet

2003-09-29 Thread Iain Buchanan
On Tue, 2003-09-30 at 14:24, valeed wrote: > hi all , > I am new to linux , welcome! > I have installed redhat 8 on a p4 2.4 ghz , > would like to know how do i login to my linux box from any network pc > using telnet, You should use ssh instead of telnet. Its just as eas

what settings to do on linux box to enable login from any network node using telnet

2003-09-29 Thread valeed
hi all , I am new to linux , I have installed redhat 8 on a p4 2.4 ghz , would like to know how do i login to my linux box from any network pc using telnet, also is there any emulation software that works from windows & gives me the gui of linux the 'X' screen   regards       valeed

Re: Help-Not able to login to linux system through telnet,FTP fromwindows workstation

2003-08-18 Thread Craig White
On Sun, 2003-08-17 at 23:05, ravinder wrote: > Sir, > I am new to Linux enviroment, > i am installing red hat linux 8 server on my intel based system, > while configuring the firewall i have selected "No Firewall". > my problem is, i am not able to login to my l

Re: Help-Not able to login to linux system through telnet,FTP fromwindows workstation

2003-08-17 Thread Iain Buchanan
On Mon, 2003-08-18 at 15:35, ravinder wrote: > Sir, > I am new to Linux enviroment, > i am installing red hat linux 8 server on my intel based system, > while configuring the firewall i have selected "No Firewall". > my problem is, i am not able to login to my l

Help-Not able to login to linux system through telnet,FTP from windowsworkstation

2003-08-17 Thread ravinder
Sir, I am new to Linux enviroment, i am installing red hat linux 8 server on my intel based system,  while configuring the firewall i have selected "No Firewall". my problem is, i am not able to login to my linux machine from windows workstaion or any sun machine throught teln

SV: SV: Firewall and Login scripts

2003-06-21 Thread Tomas Larsson
8 gShield (reserved drop) IN=eth0 OUT= MAC= SRC=10.0.0.6 DST="My IP" LEN=48 TOS=0x08 PREC=0x00 TTL=63 ID=63456 DF PROTO=TCP SPT=80 DPT=2761 WINDOW=8760 RES=0x00 ACK SYN URGP=0 Since my ISP is using the 10.0.0.0 range for login, DNS and so on, it is obvious why I can't connect to 10

Re: SV: Firewall and Login scripts

2003-06-13 Thread Tom Diehl
On Fri, 13 Jun 2003, Tomas Larsson wrote: > > On Thu, 12 Jun 2003, Tomas Larsson wrote: > > > > > This question is mainly directed to Swedish users. > > > I'm using Telia ADSL, I have one RH8 box running as > > firewall NAT and > > > router. T

SV: Firewall and Login scripts

2003-06-12 Thread Tomas Larsson
> -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] För Tom Diehl > Skickat: den 12 juni 2003 22:46 > Till: [EMAIL PROTECTED] Com > Ämne: Re: Firewall and Login scripts > > > On Thu, 12 Jun 2003, Tomas Larsson wrote: >

Re: Firewall and Login scripts

2003-06-12 Thread Tom Diehl
On Thu, 12 Jun 2003, Tomas Larsson wrote: > Hi all out there. > This question is mainly directed to Swedish users. > I'm using Telia ADSL, I have one RH8 box running as firewall NAT and router. > To automate login I am using qadsl and LFCK, not at the same time though. > My p

Firewall and Login scripts

2003-06-12 Thread Tomas Larsson
Hi all out there. This question is mainly directed to Swedish users. I'm using Telia ADSL, I have one RH8 box running as firewall NAT and router. To automate login I am using qadsl and LFCK, not at the same time though. My problems is that when the firewall is up and running, neither qadsl or

Re: disabling root access from ssh login /forcing user to change passowrd

2003-03-22 Thread Stephen Carville
t; > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jay Turner > Sent: Friday, March 21, 2003 11:07 AM > To: [EMAIL PROTECTED] > Subject: Re: disabling root access from ssh login > > > On Fri, Mar 21, 2003 at 10:44:39AM -080

Re: disabling root access from ssh login

2003-03-21 Thread Joe Klemmer
On Fri, 2003-03-21 at 13:44, Bruce Douglas wrote: > vi to /etc/ssh/ssh_config and added the line: > > PermitRootLogin no > > i then restarted with > /etc/rc.d/init.d/sshd restart This works for me. I just had to change that yesterday. Also, FWIW, you can do - # service sshd restart

RE: disabling root access from ssh login /forcing user to change passowrd

2003-03-21 Thread Bruce Douglas
isabling root access from ssh login On Fri, Mar 21, 2003 at 10:44:39AM -0800, Bruce Douglas wrote: > i tried the following with no luck: > > vi to /etc/ssh/ssh_config and added the line: > > PermitRootLogin no > > i then restarted with > /etc/rc.d/init.d/sshd restart > &g

Re: disabling root access from ssh login

2003-03-21 Thread Jay Turner
On Fri, Mar 21, 2003 at 10:44:39AM -0800, Bruce Douglas wrote: > i tried the following with no luck: > > vi to /etc/ssh/ssh_config and added the line: > > PermitRootLogin no > > i then restarted with > /etc/rc.d/init.d/sshd restart > > i can still login as roo

Re: disabling root access from ssh login

2003-03-21 Thread Sergio Durand
maybe you change wrong file ... try change /etc/ssh/sshd_config i put this configuration (PermitRootLogin no) and works fine... see ya!! Bruce Douglas wrote: new to linux. i want to disable direct root login/access to my linux (rh8.0) box. i want to have the user have to login as user foo, and

RE: disabling root access from ssh login

2003-03-21 Thread Rick Carroll
access from ssh login hi. new to linux. i want to disable direct root login/access to my linux (rh8.0) box. i want to have the user have to login as user foo, and then have to su to root. is there an easy/quick way to do this? i tried the following with no luck: vi to /etc/ssh/ssh_config and added

disabling root access from ssh login

2003-03-21 Thread Bruce Douglas
hi. new to linux. i want to disable direct root login/access to my linux (rh8.0) box. i want to have the user have to login as user foo, and then have to su to root. is there an easy/quick way to do this? i tried the following with no luck: vi to /etc/ssh/ssh_config and added the line

Re: No GUI Login & puTTY

2003-03-12 Thread Pierre Lamb
version .53b of Putty has UTF-8    Peter Larsen <[EMAIL PROTECTED]> wrote: On Wednesday, March 12, 2003 14:46 PM,Gordon Messmer <[EMAIL PROTECTED]>wrote:> Putty supports UTF-8. You can go to the Window->Translation settings> on the login screen and tell the application that th

Re: No GUI Login & puTTY

2003-03-12 Thread Peter Larsen
On Wednesday, March 12, 2003 14:46 PM, Gordon Messmer <[EMAIL PROTECTED]> wrote: > Putty supports UTF-8. You can go to the Window->Translation settings > on the login screen and tell the application that the remote system > uses UTF-8. When your terminal emulator works,

Re: No GUI Login & puTTY

2003-03-12 Thread Gordon Messmer
settings in the i18n file, as was suggested earlier. This is also in the release notes. Putty supports UTF-8. You can go to the Window->Translation settings on the login screen and tell the application that the remote system uses UTF-8. When your terminal emulator works, you don't hav

Re: No GUI Login & puTTY

2003-03-12 Thread Joe Klemmer
On Tue, 11 Mar 2003, Arthur Chong wrote: > Thanks everyone, we will obtain puTTY. > > Thanks for the URL link !! > > We've tried it and it still seems to give the wired characters on a > "man" command. Perhaps we have to play with the settings. Change the settings in the i18n file,

Re: No GUI Login & puTTY

2003-03-11 Thread Jay Crews
Arthur Chong writes > > > Thanks everyone, we will obtain puTTY. > > Thanks for the URL link !! > > We've tried it and it still seems to give the wired characters > on a "man" command. Perhaps we have to play with the > settings. This may cause wierd problems elsewhere, but try, "expo

No GUI Login & puTTY

2003-03-11 Thread Arthur Chong
Thanks everyone, we will obtain puTTY. Thanks for the URL link !! We've tried it and it still seems to give the wired characters on a "man" command. Perhaps we have to play with the settings. We managed to solve the "No GUI screen login problem". in the /etc/ini

Re: XDM Login? With RH8

2003-03-11 Thread Thomas Dodd
Dan G wrote: Has anyone seen this behavior with RH8? If I set /etc/sysconfig/desktop to DESKTOP="XDM". Then in my .Xclients-default set exec /usr/X11R6/bin/twm. Looking at /etc/X11/prefdm you see that $DISPLAYMANAGER is used instead DISPLAYMANAGER="XDM" will get you xdm for logins. If you read /e

XDM Login? With RH8

2003-03-10 Thread Dan G
acked this in RH8 for Bluecurve? If I login I always get KDE as my Window manager not TWM. If I boot to runlevel 3 then run startx no problem I get TWM. Any info on this would help. Thanks, Dan -- Psyche-list mailing l

login-hang through mgetty (kernel serial driver bug?)

2003-02-12 Thread Telford
OR -- Contact me if you need to know more... the system is going to get delivered in a few days but now that I've got the modem working I expect to still have access. OK, now to describe the problem. What I want to do is

Re: How to redirect std error in gdm or kdm login?

2003-02-11 Thread John H. Ingersoll, Jr.
Sorry, I was wrong about what gets captured by 'startx > file 2>&1'. There is a file: ~/.xsession-errors that appears to contains stuff that would - in a gdm handled login - normally go to the specified redirection in a manual startx login. So, my question is, then, how to

How to redirect std error in gdm or kdm login?

2003-02-11 Thread John H. Ingersoll, Jr.
Hello list, How do I re-direct std error "2" when gdm (or kdm, whatever) is handling the login? My concern is about error messages that appear in an active TTY when a client session is starting in X. Typically, I boot at init level 5, then login as a user with gdm handling the i

Re: login

2003-01-02 Thread Dave Yantis
On 02 Jan 2003 17:33:43 +0100, Patrick Marquetecken wrote: >Hi, > >How do i switch from text login to graphical ? > >TIA > >Patrick You can edit the /etc/inittab file and set the line: id:3:initdefault: to id:5:initdefault: That should take

Re: login

2003-01-02 Thread David Juran
Patrick Marquetecken wrote: How do i switch from text login to graphical ? In /etc/inittab alter the line id:3:initdefault: to id:5:initdefault: --- David Juran Configuration Manager E-mail: [EMAIL PROTECTED] Phone: +46-31-7226259 Carmen Systems AB Odinsgatan 9 SE-411 03

login

2003-01-02 Thread Patrick Marquetecken
Hi, How do i switch from text login to graphical ? TIA Patrick -- Knowledge in a databank,is like food which is in a deepfreeze. Nothing comes out better than what is initially put in. PGP Key: http://users.pandora.be/rivendell/marquetp.gpg.gz Registered Linux User #44550 http

Re: Login

2002-12-06 Thread Anthony Abby
I use KDE myself and in KDE there is an Autostart directory... /home/dirname/.kde/Autostart/ Is there anything like that in Gnome? Anthony On Thu, 2002-12-05 at 23:53, Joshua Melbourne White wrote: > After I login to gnome or blackbox, is there a way to have programs to > automaticall

Re: Login

2002-12-06 Thread Mark Guzzo
Joshua Melbourne White wrote: After I login to gnome or blackbox, is there a way to have programs to automatically load for me when it first starts up? Thanks. -- Mark Guzzo Sair LCA, LCP Citrix Administrator "Don't Fear The Penguin." -- Psyche-list mai

Re: Login

2002-12-05 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 December 2002 11:53 pm, Joshua Melbourne White wrote: > After I login to gnome or blackbox, is there a way to have programs to > automatically load for me when it first starts up? Thanks. I don't use Gnome, but I believe yo

Login

2002-12-05 Thread Joshua Melbourne White
After I login to gnome or blackbox, is there a way to have programs to automatically load for me when it first starts up? Thanks. -- Joshua Melbourne White <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: Login Shells

2002-12-05 Thread Keith Winston
On Thu, 2002-12-05 at 01:10, Havoc Pennington wrote: [snip] > When a > shell finds out that it's a login shell, it does some special things > such as load ~/.bash_profile. I want to mention for completeness that the login initialization process is uglier than this. Due to backward

Re: Login Shells

2002-12-04 Thread Havoc Pennington
On Wed, Dec 04, 2002 at 11:35:33PM -0500, Joshua Melbourne White wrote: > Can someone explain to me what login shells are and what are the > difference between them? (BASH, ect.). Also, on a side note, I would > like to thank everyone so far for answering all my questions. This list >

Re: Login Shells

2002-12-04 Thread Mel Seder
--- Joshua Melbourne White <[EMAIL PROTECTED]> wrote: > Can someone explain to me what login shells are and what are the > difference between them? (BASH, ect.). Also, on a side note, I would > like to thank everyone so far for answering all my questions. This > list >

Login Shells

2002-12-04 Thread Joshua Melbourne White
Can someone explain to me what login shells are and what are the difference between them? (BASH, ect.). Also, on a side note, I would like to thank everyone so far for answering all my questions. This list has helped me a lot. -- Joshua Melbourne White <[EMAIL PROTECTED]> -- Psych

Re: Turn off root login

2002-11-20 Thread Robert P. J. Day
On Wed, 20 Nov 2002, Jesse Keating wrote: > On Wednesday 20 November 2002 11:45, Brian York wrote: > > How can I turn off root login for the console? > > > > Don't mean to ask stupid questions just forgotten. > > Isn't it in /etc/security or /etc/sec

Re: Turn off root login

2002-11-20 Thread Jesse Keating
On Wednesday 20 November 2002 11:45, Brian York wrote: > How can I turn off root login for the console? > > Don't mean to ask stupid questions just forgotten. Isn't it in /etc/security or /etc/securetty ? -- Jesse Keating For Web Services and Linux Consulting, Visit -->

Turn off root login

2002-11-20 Thread Brian York
How can I turn off root login for the console?   Don't mean to ask stupid questions just forgotten.   Thanks Brian

RE: GNONE Login Desktop Error

2002-11-14 Thread Niall McLoughlin
Greetings, I cleared the tmp directory to no avail. The hostname is set properly. The machine has been running fine for several weeks. I don't know why this happened. Additional help would be greatly appreciated. >hi, >i had a similar error, trying cleaning out your /tmp >( read some doc on >the

Re: GNOME: Login Desktop Error

2002-11-14 Thread mr_fixer
hi, i had a similar error, trying cleaning out your /tmp ( read some doc on the internet about it before u do). have you setup your hostname properly? On Thu, 2002-11-14 at 03:01, Niall McLoughlin wrote: > After logging in (using GNOME), I receive the > following message in a popup... > > "Th

GNOME: Login Desktop Error

2002-11-13 Thread Niall McLoughlin
After logging in (using GNOME), I receive the following message in a popup... "There was an error starting the GNOME Settings Daemon. Some things, such as themes, sounds, or background settings may not work correctly. The Settings Daemon restarted too many times. The last error message was:

Re: Where is GUI login program set?

2002-11-13 Thread Oisin C. Feeley
On Tue, 12 Nov 2002, Gerry Tool wrote: > What determines whether gdm, kdm or xdm is used to create the GUI login > screen? > Sorry, in my previous mail I said "/etc/X11/xdm" and meant "/usr/X11R6/bin/xdm". Oisin Feeley -- Psyche-list mailing

Re: Where is GUI login program set?

2002-11-13 Thread Oisin C. Feeley
On Tue, 12 Nov 2002, Gerry Tool wrote: > What determines whether gdm, kdm or xdm is used to create the GUI login > screen? /etc/sysconfig/desktop DISPLAYMANAGER=GNOME|KDE|XDM It's also possible to hardwire it into /etc/inittab at the bottom: x:5:respawn:/etc/X11/xdm -nodaemon Bu

Re: Where is GUI login program set?

2002-11-13 Thread Gerry Tool
the order > gdm,kdm,xdm. > > Pavel. > > > -Original Message- > > From: Gerry Tool [mailto:gerry@;tool.com] > > Sent: Wed, November 13, 2002 7:38 AM > > To: [EMAIL PROTECTED] > > Subject: Where is GUI login program set? > > > > > > Wha

RE: Where is GUI login program set?

2002-11-12 Thread Pavel Rozenboim
ry Tool [mailto:gerry@;tool.com] > Sent: Wed, November 13, 2002 7:38 AM > To: [EMAIL PROTECTED] > Subject: Where is GUI login program set? > > > What determines whether gdm, kdm or xdm is used to create the > GUI login > screen? > > Thanks. > > gerry > >

Where is GUI login program set?

2002-11-12 Thread Gerry Tool
What determines whether gdm, kdm or xdm is used to create the GUI login screen? Thanks. gerry -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-11 Thread Jason Wong
On Thursday 07 November 2002 08:55, chakman lee wrote: > > Are you able to login to the imap server using a > > standard email client? > How to test it? I have made the imap config file > (disable=no) I am appreciated for your further help, > thanks in advance. Put simp

esd locks up X during post-login initialization

2002-11-08 Thread Philip A. Chapman
post-login initialization. The mouse and keyboard do not respond. ctrl+alt+backspace and ctrl+alt+del do not work. I am forced to do a system reset via the reset switch. Running starx from command line in runlevel 3 behaves the same way. Through much trial and error, I determined that the

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-06 Thread chakman lee
Dear Jason Wong, Are you able to login to the imap server using a standard email client? How to test it? I have made the imap config file (disable=no) I am appreciated for your further help, thanks in advance. Sincerely yours, Simon Message: 4 From: Jason Wong <[EMAIL PROTEC

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-06 Thread Jason Wong
On Tuesday 05 November 2002 09:21, chakman lee wrote: > After we enter the login and password, the error > message will be shown as follow > > Error > You must be logged in to access this page Are you able to login to the imap server using a standard email client? -- Jason W

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-04 Thread chakman lee
After we enter the login and password, the error message will be shown as follow Error You must be logged in to access this page Message: 10 From: Jason Wong <[EMAIL PROTECTED]> Organization: Gremlins Associates To: [EMAIL PROTECTED] Subject: Re: Cannot login in in webmail(Squirrelmail v

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-04 Thread Jason Wong
On Monday 04 November 2002 09:34, you wrote: Please keep discussion on list. > Under the redhat 8.0 server, I have already installed > "imap-2001a-15" but invalid. What exactly do you mean by invalid? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* A fool must now and then be

Slow emails (WAS: Re: Cannot login in in webmail(Squirrelmail version 1.2.7))

2002-11-02 Thread Mike Chambers
- Original Message - From: "Mike Chambers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 4:59 AM Subject: Re: Cannot login in in webmail(Squirrelmail version 1.2.7) This email took over 24 hours to get here :) Guess we running slow ag

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-01 Thread Jason Wong
On Friday 01 November 2002 14:25, chakman lee wrote: > Dear all, > > Under Redhat 8.0, the sendmail has already been > installed and the user's mail accounts have already > been valid. After the squirrelmail 1.2.7 is installed, > I attempt to login in using a user accoun

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-01 Thread Mike Chambers
- Original Message - From: "chakman lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 12:25 AM Subject: Cannot login in in webmail(Squirrelmail version 1.2.7) > Dear all, > > Under Redhat 8.0, the sendmail has already been

Re: Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-01 Thread Gary Benson
On Thu, Oct 31, 2002 at 10:25:46PM -0800, chakman lee wrote: > Under Redhat 8.0, the sendmail has already been > installed and the user's mail accounts have already > been valid. After the squirrelmail 1.2.7 is installed, > I attempt to login in using a user account in the ma

Cannot login in in webmail(Squirrelmail version 1.2.7)

2002-11-01 Thread chakman lee
Dear all, Under Redhat 8.0, the sendmail has already been installed and the user's mail accounts have already been valid. After the squirrelmail 1.2.7 is installed, I attempt to login in using a user account in the mail webpage. the error page willl be appeared in the following Error You

(graphical) Login manager prefs all messed up

2002-10-29 Thread Mew13
anged my resolution and got a "unable to load graphical login manager" message when I logged out. Now, whenever I boot up, I get the default grey box on purple to login. I've tried resetting the KDE and Login manager themes, changing resolutions (again), running disk checks, amo

Re: ssh-askpass login problem

2002-10-24 Thread John Horne
same problem > Okay, I created a link in my $HOME/.kde/Autostart directory to '/usr/bin/ssh-add'. When I login, it now goes all the way through starting up KDE and finally prompts for my passphrase (albeit with the gnome askpass program; oh well). I prefer the old way, but no doubt I'

Re: ssh-askpass login problem

2002-10-22 Thread Karsten Weiss
On Tue, 22 Oct 2002, Tom Eastep wrote: > In RH8, xinitrc is running your KDE/Gnome session under its own ssh-agent > process. Consequently, any SSH environment that you establish before > starting your X session is superseded by the one created by xinitrc. I ran > into the same problem This is

Re: ssh-askpass login problem

2002-10-22 Thread Tom Eastep
John Horne wrote: Anyone any ideas about this? To get around it I simply enter shh-add once logged in and then re-enter my passphrase. The keys are held for the session then. If no-one has any thoughts, then I'll submit a bugzilla report about it. In RH8, xinitrc is running your KDE/Gnome ses

ssh-askpass login problem

2002-10-22 Thread John Horne
Hello, I use KDE with the ssh-askpass/ssh-add commands as part of my login .bash_profile. However, when I login the keys are not kept by ssh-add. This worked at RH7.3. Upon login I get the ssh-askpass window pop up. By simply putting echo statements into .bash_profile I can see that the ssh-add