Bug 1139 - SSH :Unable set a env variable
Summary: SSH :Unable set a env variable
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh (show other bugs)
Version: 3.6.1p2
Hardware: Other Linux
: P2 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 17:05 AEDT by ashok
Modified: 2005-12-26 17:45 AEDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ashok 2005-12-26 17:05:07 AEDT
In OpenSSH_3.6.1p2 I tried this command I want a var to set and confirm as well . but this display none .

ssh localhost "sh -c var=tell;echo $var" 

Please advice.