On 12/21/2010 05:07 PM, Nicholas Marriott wrote:
> On Tue, Dec 14, 2010 at 04:47:25PM -0500, Mark T. Kennedy wrote:
>> 1) remove your .tmux.conf file (to simplify things)
>> 2) create a file with just the word "new" in it called cmds
>> 3) start tmux with the command:
>>
>>      tmux start-server \; source cmds
>>
>> 4) do 'tmux attach' (question: why does it detach in the first place?)
>> 5) do 'printenv | grep -i SSH' and observe the missing SSH variables
>
> I'm not clear on where these SSH variables are coming from initially,
> can you give the steps to reproduce by exporting a variable like ABCDEF
> that definitely won't be set by ssh or in any shell profile files?
>

they are the standard SSH variables used to contact the ssh process or the
ssh-agent process.  i.e. SSH_AGENT and SSH_AUTH_SOCK.

this was all in v1.3.

/mark

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to