![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where can I read about the difference between "..profile" and ".profile" | zorrokan | UNIX for Dummies Questions & Answers | 2 | 09-04-2007 10:35 PM |
| Difference between .profile and .~/.profile | maneesh mehta | SCO | 3 | 12-14-2005 01:35 AM |
| Executing .profile from perl script | prekida | Shell Programming and Scripting | 1 | 09-29-2005 10:51 AM |
| changed .profile but didnt ./.profile, yet reflected changes | yls177 | UNIX for Dummies Questions & Answers | 4 | 12-05-2002 08:21 AM |
| executing .profile | jalburger | UNIX for Dummies Questions & Answers | 6 | 11-13-2002 08:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
executing .profile with ssh
Hi, How do I get all my profile settings when connecting with ssh?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
quote:
executing .profile with ssh Hi, How do I get all my profile settings when connecting with ssh? ------------------------------------------------------------------------------------------------ are you using a remote account or are you accessing your own machine?? secondly are you trying to access it or perform a command line function.. if you are using ssh on a remote account try the "nano" edittor for editting profile file (pico).. if you are accessing your own machine just use any edittor as you would if you were on your machine... .... but if you want to perform a command line execution try rcp (man rcp) to simply send a commad to your machine or a remote machine on the command line envoking rcp and the command that you wish to excute and that should save you the hassle of having to get into your account and fiddle about.. moxxx68 ps .hope that!! helps re:edit. if you are trying to transfer your setting from one machine to another copy your profile file and ftp it... again you can use ssh or use rcp.
__________________
moxxx68 http://www.estarinformado.com.ar/apicmaxmiel/bee-diez.gif Last edited by moxxx68; 12-21-2004 at 04:59 AM. |
|
#3
|
|||
|
|||
|
I'm using a remote machine. I try to access a cvs repository but when connecting to it it can't find the correct environment variables because it doesn't run the .profile. So I need a way to set environment variables with ssh. There's nothing wrong with my profile, ssh just doesn't pick up the environment variables of the user account.
|
|
#4
|
||||
|
||||
|
try ssh -Xt
in the man pages there are few options that may let you force the connection to perform otherwise.. try it.. moxxx68
__________________
moxxx68 http://www.estarinformado.com.ar/apicmaxmiel/bee-diez.gif |
|
#5
|
|||
|
|||
|
the solution:
enable PermitUserEnvironment in ssh_config add environment file with VAR=VALUE in .ssh directory --> http://www.openbsd.org/cgi-bin/man.cgi?query=ssh |
|
#6
|
||||
|
||||
|
you know i wouldn't doubt it if the man pages had options that could override the problem that you were having staticaly rather than the global changes that you made.. even though configuring the confi.files should be the first place to search.. that way if you decide to keep the changes you are not constantly messing with options..
thanx for the update moxxx68
__________________
moxxx68 http://www.estarinformado.com.ar/apicmaxmiel/bee-diez.gif |
||||
| Google The UNIX and Linux Forums |