Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-25-2008, 03:42 PM
|
#1
|
|
Member
Registered: Jul 2007
Location: NY, NY
Distribution: RHEL, CentOS, FC, Ubuntu
Posts: 109
Rep:
|
Getting a command to run on ssh/cli login ONLY
I've got a FC8 machine that I sit and use at the console a lot, but also access remotely via ssh. Also sometimes I ssh in as another account and then su to my own account.
There's a particular command I'd like to run ONLY if I ssh into the machine as myself, or su to myself, but NOT if I sit down and have a graphical session at the console.
I'm not sure where I'd put it so it will run only on non-GUI (ssh) login or via su.
Can anybody give me an answer?
- Van
|
|
|
|
02-25-2008, 04:56 PM
|
#2
|
|
Member
Registered: Sep 2005
Location: US
Distribution: Gentoo AMD64 Testing
Posts: 129
Rep:
|
You can detect if you are connecting via SSH by looking for the SSH_CLIENT environmental variable in your bash startup scripts.
Checking for the display environmental variable might work for telling a GUI/Console login apart, although I am not sure of that.
Running env will list all variables that are currently set, so you can compare the different login types and find variables that can tell them apart.
|
|
|
1 members found this post helpful.
|
02-26-2008, 11:28 AM
|
#3
|
|
Member
Registered: Jul 2007
Location: NY, NY
Distribution: RHEL, CentOS, FC, Ubuntu
Posts: 109
Original Poster
Rep:
|
Yes yes YES!!!
This is just what I was looking for. I never have to explicitly deal with my environment variables so I'd never have thought of that.
After running 'env' I realized GDMSESSION will only exist if I have logged in at the console. If I ssh in as myself or am logged in as another account (even in the GUI), then 'su - van' to myself, GDMSESSION will be undefined. That's what I need to know!
Thank you.
- Van
|
|
|
|
03-02-2008, 06:44 PM
|
#4
|
|
LQ Newbie
Registered: Aug 2007
Location: Berkeley, CA
Posts: 4
Rep:
|
another way is to do
ssh -t <machine name> "command; <your shell, e.g. bash>"
the -t forces tty (roughly i.e. text terminal) which allows bash to work
I think this is more flexible b/c you don't have to have different local users to run different commands, and the server doesn't have to know about those users.
|
|
|
1 members found this post helpful.
|
03-03-2008, 09:38 AM
|
#5
|
|
Member
Registered: Jul 2007
Location: NY, NY
Distribution: RHEL, CentOS, FC, Ubuntu
Posts: 109
Original Poster
Rep:
|
Not quite better for my uses, but I see other scenarios where I could use it. Another eye-opener. Thanks!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:20 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|