Re: ssh-add after graphical login

2023-03-26 Thread Yassine Chaouche
Le 3/23/23 à 17:53, Erwan David a écrit : I create a shell script ~/bin/start-session.sh in this script I have the command ssh-add < - in System Settings > Startup and Shutdown > autostart I add this script as a login script Thanks Erwan, that's what I ended up doing. the ssh-add < - line l

Re: ssh-add after graphical login

2023-03-23 Thread Erwan David
Le 23/03/2023 à 09:42, Yassine Chaouche a écrit : Hello all, I'd like something to run ssh-add right after I login to my desktop (KDE). ssh-add needs to prompt me for my passphrase, and doesn't need any privileges. What are my options? Best, I  do this way : I create a shell script ~/bin/s

Re: ssh-add after graphical login

2023-03-23 Thread Vincent Lefevre
On 2023-03-23 09:42:53 +0100, Yassine Chaouche wrote: > I'd like something to run ssh-add right after I login to my desktop > (KDE). > ssh-add needs to prompt me for my passphrase, > and doesn't need any privileges. > > What are my options? FYI, with zsh, I'm using wrappers so that I don't need t

Re: ssh-add after graphical login

2023-03-23 Thread Jeffrey Walton
On Thu, Mar 23, 2023 at 8:57 AM Greg Wooledge wrote: > > On Thu, Mar 23, 2023 at 08:53:48AM -0400, Jeffrey Walton wrote: > > On Thu, Mar 23, 2023 at 4:43 AM Yassine Chaouche > > wrote: > > > > > > I'd like something to run ssh-add right after I login to my desktop > > > (KDE). > > > ssh-add needs

Re: ssh-add after graphical login

2023-03-23 Thread Greg Wooledge
On Thu, Mar 23, 2023 at 08:53:48AM -0400, Jeffrey Walton wrote: > On Thu, Mar 23, 2023 at 4:43 AM Yassine Chaouche > wrote: > > > > I'd like something to run ssh-add right after I login to my desktop > > (KDE). > > ssh-add needs to prompt me for my passphrase, > > and doesn't need any privileges.

Re: ssh-add after graphical login

2023-03-23 Thread Jeffrey Walton
On Thu, Mar 23, 2023 at 4:43 AM Yassine Chaouche wrote: > > I'd like something to run ssh-add right after I login to my desktop > (KDE). > ssh-add needs to prompt me for my passphrase, > and doesn't need any privileges. > > What are my options? You can remove the passphrase from the key. Then you

Re: ssh-add after graphical login

2023-03-23 Thread Yassine Chaouche
Le 3/23/23 à 12:24, Greg Wooledge a écrit : ssh-add Ah! this is what I was missing! the whole problem was how to ssh-add in a graphical way, now that I have found a way, I can maybe put it in a script inside the XDG Autostart directory. This might leave more room for the ssh-agent to start

Re: ssh-add after graphical login

2023-03-23 Thread Yassine Chaouche
Le 3/23/23 à 12:56, basti a écrit : The ssh config inside ~/.ssh/ has an option 'AddKeysToAgent'. Why you don't use this? For example: Host *    ControlMaster auto    ControlPath /run/user/%i/%r@%h-%p    IdentityFile ~/.ssh/id_rsa    ControlPersist 3600    User root    AddKeysToAgent yes

Re: ssh-add after graphical login

2023-03-23 Thread Michel Verdier
Le 23 mars 2023 Greg Wooledge a écrit : > The only part I'm unsure of, for you, is how to ensure that this runs > *after* your ssh agent has already been started. I don't know how ssh > agent startup is handled with Display Manager logins, since I don't use > a DM, and I just start ssh-agent myse

Re: ssh-add after graphical login

2023-03-23 Thread basti
The ssh config inside ~/.ssh/ has an option 'AddKeysToAgent'. Why you don't use this? For example: Host * ControlMaster auto ControlPath /run/user/%i/%r@%h-%p IdentityFile ~/.ssh/id_rsa ControlPersist 3600 User root AddKeysToAgent yes See man ssh_config On 23.03.23 09:42, Yas

Re: ssh-add after graphical login

2023-03-23 Thread Greg Wooledge
On Thu, Mar 23, 2023 at 09:42:53AM +0100, Yassine Chaouche wrote: > I'd like something to run ssh-add right after I login to my desktop > (KDE). > ssh-add needs to prompt me for my passphrase, > and doesn't need any privileges. > > What are my options? On Debian you can create a ~/.xsessionrc fil

ssh-add after graphical login

2023-03-23 Thread Yassine Chaouche
Hello all, I'd like something to run ssh-add right after I login to my desktop (KDE). ssh-add needs to prompt me for my passphrase, and doesn't need any privileges. What are my options? Best, -- yassine -- sysadm +213-779 06 06 23 http://about.me/ychaouche Looking for side gigs.

Re: Fresh install gives no graphical login

2017-01-11 Thread kamaraju kusumanchi
On Tue, Jan 10, 2017 at 1:29 AM, Jude DaShiell wrote: > One of the bells and whistles kde hasn't got is anything approaching a > screen reader that works as well as orca does in gnome/mate. So for the new > users out there who have never seen anything in this life kde is a no go > unless I'm quit

Re: Fresh install gives no graphical login

2017-01-09 Thread Felix Miata
Tama McGlinn composed on 2017-01-09 17:10 (UTC+1300): I hope you can help me with a problem I've been experiencing since Debian Jessie; After doing a new installation, debian boots, but only presents me with a tty1 login screen, and no graphical session started. That you reached this point means

Re: Fresh install gives no graphical login

2017-01-09 Thread Jude DaShiell
ed in time. On Mon, 9 Jan 2017, kamaraju kusumanchi wrote: Date: Mon, 9 Jan 2017 23:58:43 From: kamaraju kusumanchi To: "debian-user@lists.debian.org" Subject: Re: Fresh install gives no graphical login Resent-Date: Tue, 10 Jan 2017 04:59:19 + (UTC) Resent-From: debian-user@list

Re: Fresh install gives no graphical login

2017-01-09 Thread kamaraju kusumanchi
On Sun, Jan 8, 2017 at 11:10 PM, Tama McGlinn wrote: > Dear Debian volunteers, > > I hope you can help me with a problem I've been experiencing since Debian > Jessie; After doing a new installation, debian boots, but only presents me > with a tty1 login screen, and no graphical session started. A

Re: Fresh install gives no graphical login

2017-01-09 Thread Floris
Op Mon, 09 Jan 2017 05:10:11 +0100 schreef Tama McGlinn : Dear Debian volunteers, I hope you can help me with a problem I've been experiencing since Debian Jessie; After doing a new installation, debian >boots, but only presents me with a tty1 login screen, and no graphical session starte

Re: Fresh install gives no graphical login

2017-01-08 Thread Richard Owlett
On 1/8/2017 10:10 PM, Tama McGlinn wrote: Dear Debian volunteers, I hope you can help me with a problem I've been experiencing since Debian Jessie; After doing a new installation, debian boots, but only presents me with a tty1 login screen, and no graphical session started. Here's what I've trie

Fresh install gives no graphical login

2017-01-08 Thread Tama McGlinn
Dear Debian volunteers, I hope you can help me with a problem I've been experiencing since Debian Jessie; After doing a new installation, debian boots, but only presents me with a tty1 login screen, and no graphical session started. Here's what I've tried so far: -Different versions of debian: ne

Fwd: Debian 8 fresh install, lost MATE desktop (lightdm) after first reboot, cannot recover graphical login

2016-04-07 Thread Tom Browder
I just realized I didn't post my reply to the list. -Tom -- Forwarded message -- From: *Tom Browder* Date: Tuesday, April 5, 2016 Subject: Debian 8 fresh install, lost MATE desktop (lightdm) after first reboot, cannot recover graphical login To: arian On Tue, Apr 5, 2016

Re: Debian 8 fresh install, lost MATE desktop (lightdm) after first reboot, cannot recover graphical login

2016-04-05 Thread arian
> # systemctl status lightdm.service > * lightdm.service - Light Display Manager > [...] please retrieve the actual logs from # journalctl -u lightdm signature.asc Description: OpenPGP digital signature

Debian 8 fresh install, lost MATE desktop (lightdm) after first reboot, cannot recover graphical login

2016-04-05 Thread Tom Browder
Yesterday, after a week with my new Debian 8 desktop running Mate, I did an "aptitude update" and somehow upgraded "fglrx-control" among other things (I have no idea if that was the genesis of my problem, but later I found some nvidia packages installed wile I have an Intel graphics device). I mer

libpam.so.0 error on non-graphical login

2005-08-11 Thread Brian K McDonald
When I try to login to a console on my woody-unstable load, instead of password: I get: login: error while loading shared libraries: libpam.so.0: cannot enable executable stack as shared object requires: Error 14 Are there any files I can replace to make this situation happier?

Re: keyboard problem in graphical login

2004-10-28 Thread jeroeng
jeroeng <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] at.bofh.it: > Clive Menzies <[EMAIL PROTECTED]> wrote in > news:[EMAIL PROTECTED]: >> Try dpkg-reconfigure xserver-xfree86 >> >> Clive >> > > Forgot to mention, tried that too. Also checked the config file manually. > Thanks for think

Re: keyboard problem in graphical login

2004-10-26 Thread Michael Graham
On Tue, 26 Oct 2004 14:54:01 +, jeroeng wrote: > Forgot to mention, tried that too. Also checked the config file manually. > Thanks for thinking though. Besides in gnome after startx everything is > fine again. Does gnome override the xserver keyboard settings? It overrides xkboptions, you ne

Re: keyboard problem in graphical login

2004-10-26 Thread jeroeng
Clive Menzies <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: >> >> Now i do not know what to check anymore, i hope one/some of you can >> help me solve this. > Try dpkg-reconfigure xserver-xfree86 > > HTH > > Clive > > Forgot to mention, tried that too. Also checked the config file m

Re: keyboard problem in graphical login

2004-10-26 Thread Clive Menzies
On (26/10/04 11:49), jeroeng wrote: > Hello, > > Ik have a weird problem i hope you will be able to help me with. > > Problem: > After upgrading my sarge-system (lots of packages, no idea which causes the > problem) suddenly i cannot type letters in de kdm-login window. Numbers and > other keys

keyboard problem in graphical login

2004-10-26 Thread jeroeng
Hello, Ik have a weird problem i hope you will be able to help me with. Problem: After upgrading my sarge-system (lots of packages, no idea which causes the problem) suddenly i cannot type letters in de kdm-login window. Numbers and other keys work just fine, just no letters. In a console login

Re: overiding KDE graphical login

2004-10-10 Thread Scotty Fitzgerald
q or howto to try the following things. >> >> Make KDE graphical login allow logins to root >Control Centre, System Administration, Login Manager >> >> Come up on normal run level without KDE graphical login starting (IE >> so I can start manually after logging in) &g

Re: overiding KDE graphical login

2004-10-08 Thread David Goodenough
On Friday 08 October 2004 12:22, Scotty Fitzgerald wrote: > Setting up woody on my system, wondering if you all could point me to > a faq or howto to try the following things. > > Make KDE graphical login allow logins to root Control Centre, System Administration, Login Manager &g

Re: overiding KDE graphical login

2004-10-08 Thread Andrea Vettorello
On Fri, 08 Oct 2004 11:22:13 GMT, Scotty Fitzgerald <[EMAIL PROTECTED]> wrote: > Setting up woody on my system, wondering if you all could point me to > a faq or howto to try the following things. > > Make KDE graphical login allow logins to root > Not a wise idea,

overiding KDE graphical login

2004-10-08 Thread Scotty Fitzgerald
Setting up woody on my system, wondering if you all could point me to a faq or howto to try the following things. Make KDE graphical login allow logins to root Come up on normal run level without KDE graphical login starting (IE so I can start manually after logging in) Make KDE graphical login

Re: Restarting X after graphical login

2002-11-10 Thread Shyamal Prasad
"Chris" == Chris Lale <[EMAIL PROTECTED]> writes: >> Does control-alt-backspace to kill X not eventually work? (It >> usually takes >> me two times here.) Chris> It returns me to the graphical login screen. Not sure if Chris> this

Re: Restarting X after graphical login

2002-11-10 Thread Chris Lale
Joshua Lee wrote: On Sat, Nov 09, 2002 at 11:34:52AM +, Chris Lale wrote: I installed Woody 3.0 from official CDs and it gave me a graphical login (gdm). I prefer it to the command line login, but it means that configuration requiring restarting X presents problems. Often, a reboot is

Re: Restarting X after graphical login

2002-11-09 Thread Joshua Lee
On Sat, Nov 09, 2002 at 11:34:52AM +, Chris Lale wrote: > I installed Woody 3.0 from official CDs and it gave me a graphical login > (gdm). I prefer it to the command line login, but it means that > configuration requiring restarting X presents problems. Often, a reboot > is t

Re: Restarting X after graphical login

2002-11-09 Thread Bob Proulx
Chris Lale <[EMAIL PROTECTED]> [2002-11-09 11:34:52 +]: > I installed Woody 3.0 from official CDs and it gave me a graphical login > (gdm). I prefer it to the command line login, but it means that > configuration requiring restarting X presents problems. Often, a reboot >

Re: Restarting X after graphical login

2002-11-09 Thread Gerald Livingston
- Original Message - From: "Chris Lale" <[EMAIL PROTECTED]> > Well, I can use to run a different terminal session, > login and start a new instance of X with 'startx -- :1'. There are some > problems here: > > 1. X run the KDE desktop (not Gnome). This is not really a problem, but > it is

Re: Restarting X after graphical login

2002-11-09 Thread Olivier Esser
On Saturday 09 November 2002 13:06, Richard Hector wrote: > On Sun, 2002-11-10 at 00:34, Chris Lale wrote: > > I installed Woody 3.0 from official CDs and it gave me a graphical login > > (gdm). I prefer it to the command line login, but it means that > > configuration r

Re: Restarting X after graphical login

2002-11-09 Thread Richard Hector
On Sun, 2002-11-10 at 00:34, Chris Lale wrote: > I installed Woody 3.0 from official CDs and it gave me a graphical login > (gdm). I prefer it to the command line login, but it means that > configuration requiring restarting X presents problems. Often, a reboot > is the o

Restarting X after graphical login

2002-11-09 Thread Chris Lale
I installed Woody 3.0 from official CDs and it gave me a graphical login (gdm). I prefer it to the command line login, but it means that configuration requiring restarting X presents problems. Often, a reboot is the only sure way. In another thread, Joshua Lee wrote: No need to reboot, this is

Re: inittab and graphical login

2002-10-21 Thread Mark L. Kahnt
On Mon, 2002-10-21 at 09:28, Shyamal Prasad wrote: > "Paul" == Paul Johnson <[EMAIL PROTECTED]> writes: > > Paul> On Mon, Oct 21, 2002 at 11:47:42AM +0530, Sandip P Deshmukh > Paul> wrote: > >> id:2:initdefault: > >> > >> i thought with this, i will get a text login. but i

Re: inittab and graphical login

2002-10-21 Thread Lance Simmons
On Mon, Oct 21, 2002 at 08:28:54AM -0500, Shyamal Prasad wrote: > "Paul" == Paul Johnson <[EMAIL PROTECTED]> writes: > > Paul> Go into /etc/rc2.d and mv S99gdm K99gdm and this should > Paul> prevent gdm from starting up. > > IMHO this is a better way (and more correct) than apt-removi

Re: inittab and graphical login

2002-10-21 Thread David Z Maze
"Mark L. Kahnt" <[EMAIL PROTECTED]> writes: > If you are going to get into shuffling around these items, I would > suspect that long-term package management considerations *might* be > better respected if you use update-rc.d(8) to make your changes, rather > than just diving in and renaming files t

Re: inittab and graphical login

2002-10-21 Thread Paul Johnson
On Mon, Oct 21, 2002 at 08:28:54AM -0500, Shyamal Prasad wrote: > BTW, in Debian all multi-user run levels are set up to be the same by > default. You are supposed to customize them as you need. So you can go back to the default setting, if you fixed it the way I suggest, by typing init 3 or init

Re: inittab and graphical login

2002-10-21 Thread Sandip P Deshmukh
Shyamal Prasad wrote: Paul> Go into /etc/rc2.d and mv S99gdm K99gdm and this should Paul> prevent gdm from starting up. IMHO this is a better way (and more correct) than apt-removing gdm. You should do the same for S99kdm and S99xdm if you have them. This way you can always change your ru

Re: inittab and graphical login

2002-10-21 Thread Vineet Kumar
* Lance Simmons ([EMAIL PROTECTED]) [021021 08:28]: > On Mon, Oct 21, 2002 at 08:28:54AM -0500, Shyamal Prasad wrote: > > "Paul" == Paul Johnson <[EMAIL PROTECTED]> writes: > > > > Paul> Go into /etc/rc2.d and mv S99gdm K99gdm and this should > > Paul> prevent gdm from starting up. > >

Re: inittab and graphical login

2002-10-21 Thread Vineet Kumar
* Mark L. Kahnt ([EMAIL PROTECTED]) [021021 08:11]: > If you are going to get into shuffling around these items, I would > suspect that long-term package management considerations *might* be > better respected if you use update-rc.d(8) to make your changes, rather > than just diving in and renaming

Re: No graphical login (woody)

2001-12-02 Thread Karsten M. Self
on Sun, Dec 02, 2001 at 09:49:30PM +0100, Andreas Goesele ([EMAIL PROTECTED]) wrote: > Hi, > > right after upgrading to woody I still could use kdm to log in into my > machine. But some days later this wouldn't work any longer: After > login in as authorized user just restarts kdm. (Anyway instea

No graphical login (woody)

2001-12-02 Thread Andreas Goesele
Hi, right after upgrading to woody I still could use kdm to log in into my machine. But some days later this wouldn't work any longer: After login in as authorized user just restarts kdm. (Anyway instead of going into KDE I get the login screen again.) I can start X (with startx) from the console

Re: 1. gpm and Gnome / 2. console login<->graphical login

2001-03-20 Thread David Z. Maze
You could remove the gpm links from /etc/rc?.d to keep gpm from starting. Or you could remove gpm using 'dpkg --remove gpm'. (gpm is a console-mode mouse driver; some people like it a lot.) SA> 2. at the end of the boot-strap I have a graphical login. SA> How can avoid the starting

1. gpm and Gnome / 2. console login<->graphical login

2001-03-20 Thread Sergio Andreozzi
1. each time I boot my Debian Linux I have to run the following command: gpm -k to make the mouse works! How can I avoid the loading of gpm during the boot-strap? Could I uninstall this program? 2. at the end of the boot-strap I have a graphical login. How can avoid the starting of X/Gnome

Re: graphical login

2000-02-13 Thread webmaster
erver on your machine, but to continue to > service requests from other machines. Thus /etc/X11/xdm/Xservers. Yes, that's what I think to. If I want to use the graphical login later it is easy to uncomment the line. At the moment I use VNC to administrate my server over a remote login, works fine. Uwe

Re: graphical login

2000-02-12 Thread Carl Mummert
"Bart Szyszka" writes: >> (comment out the final line in /etc/X11/xdm/Xservers) > >A couple people have suggested that, but isn't it just easier to >do a dpkg --purge xdm? You may want to connect from another X machine to your local machine, and login via XDMCP ; in this case, all that is require

Re: graphical login

2000-02-12 Thread Colin Watson
[EMAIL PROTECTED] (Bart Szyszka) wrote: >> The graphical login in run by xdm. Either remove /etc/rc2.d/xdm, >> or edit the xdm conf to turn off xdm for the local host >> (comment out the final line in /etc/X11/xdm/Xservers) > >A couple people have suggested that, but isn

Re: graphical login

2000-02-12 Thread webmaster
> The graphical login in run by xdm. Either remove /etc/rc2.d/xdm, > or edit the xdm conf to turn off xdm for the local host > (comment out the final line in /etc/X11/xdm/Xservers) Thank you Carl, it works fine :) Uwe

Re: graphical login

2000-02-12 Thread Bart Szyszka
> The graphical login in run by xdm. Either remove /etc/rc2.d/xdm, > or edit the xdm conf to turn off xdm for the local host > (comment out the final line in /etc/X11/xdm/Xservers) A couple people have suggested that, but isn't it just easier to do a dpkg --purge xdm? -- Bart S

Re: graphical login

2000-02-12 Thread Carl Mummert
The graphical login in run by xdm. Either remove /etc/rc2.d/xdm, or edit the xdm conf to turn off xdm for the local host (comment out the final line in /etc/X11/xdm/Xservers) --Carl

graphical login

2000-02-12 Thread webmaster
Hi there, after installing X-Windows I've got a graphical login on my server. How do I change back to normal text mode? Could anyone please help? Thanks, Uwe

Re: graphical login loop!!!

1999-12-21 Thread Robert Rati
file in your homedir to see what error it spits out. Rob On Tue, 21 Dec 1999, Marc D Chapman wrote: > Have a problem here. I have a Potato machine set up for graphical > login. However, recently the machine has decided tha

graphical login loop!!!

1999-12-21 Thread Marc D Chapman
Have a problem here. I have a Potato machine set up for graphical login. However, recently the machine has decided that it won't let me log in. When I type in my password, it looks as if it will log in, then it brings me right back to the login screen. Any ideas as to why this is happenin

Re: Unwanted Graphical Login and other woes...

1999-06-09 Thread Frankie
Brian Servis wrote: > *- On 9 Jun, Andrew J Fortune wrote about "Unwanted Graphical Login and > other woes..." > > > > I don't know what I have done, but Linux (using slink) is now booting up to > > a graphical login. This is not what I want at the moment,

Re: Unwanted Graphical Login and other woes...

1999-06-08 Thread Leen Besselink
On Tue, 8 Jun 1999, Jean Pierre LeJacq wrote: > On Wed, 9 Jun 1999, Andrew J Fortune wrote: > > > I don't know what I have done, but Linux (using slink) is now booting up to > > a graphical login. This is not what I want at the moment, and I was > > wondering if

Re: Unwanted Graphical Login and other woes...

1999-06-08 Thread Jean Pierre LeJacq
On Wed, 9 Jun 1999, Andrew J Fortune wrote: > I don't know what I have done, but Linux (using slink) is now booting up to > a graphical login. This is not what I want at the moment, and I was > wondering if anyone knew what the problem might be ? this is not > normally a

Re: Unwanted Graphical Login and other woes...

1999-06-08 Thread Brian Servis
*- On 9 Jun, Andrew J Fortune wrote about "Unwanted Graphical Login and other woes..." > > I don't know what I have done, but Linux (using slink) is now booting up to > a graphical login. This is not what I want at the moment, and I was > wondering if anyone kne

Unwanted Graphical Login and other woes...

1999-06-08 Thread Andrew J Fortune
I don't know what I have done, but Linux (using slink) is now booting up to a graphical login. This is not what I want at the moment, and I was wondering if anyone knew what the problem might be ? this is not normally a problem, but I am trying to resolve other problems associated

Re: Installing separate packages / graphical login

1999-06-01 Thread Ioannis Aggelakopoulos
ribution, which of course I cannot give, and so dselect > does not do the job; and alien does only work correct with small > packages (deb -> rpm -> install) without broken dependencies > > 2) where is the information stored, that debian starts with graphical > login? I want to

Re: Installing separate packages / graphical login

1999-06-01 Thread Fabien
> > 2) where is the information stored, that debian starts with graphical > login? I want to finish boot process at the prompt, but debian always > starts his graphical login utility. Can this behaviour only be changed > by deinstalling the utility? You certainly speak about xdm

Re: Installing separate packages / graphical login

1999-06-01 Thread Bruce Sass
with small > packages (deb -> rpm -> install) without broken dependencies > > 2) where is the information stored, that debian starts with graphical > login? I want to finish boot process at the prompt, but debian always > starts his graphical login utility. Can this behaviour only be ch

Re: Installing separate packages / graphical login

1999-06-01 Thread Peter Makholm
pfau <[EMAIL PROTECTED]> writes: > 1) Is there a way to install a deb-package which is not included in the > standard distribution. Use dpkg. -- Jeg er på nettet 6. juni, hvad med dig?

Installing separate packages / graphical login

1999-06-01 Thread pfau
stored, that debian starts with graphical login? I want to finish boot process at the prompt, but debian always starts his graphical login utility. Can this behaviour only be changed by deinstalling the utility? thanks in advance Roger