Tomas Ögren wrote:
> This "Sourcing ..." is probably messing up.
>
> Try 'ssh 192.168.3.13 pwd', that should _only_ echo the directory,
> nothing else, or it will probably mess up the stream.
>
> Make sure it only echoes stuff when it's an interactive login.
Thanks for sharing the idea.
However that is not the source of the problem here, the ssh direct is
not affected by profile sourcing :

[EMAIL PROTECTED]:/export/home/admin# ssh 192.168.2.13
Last login: Sun Sep 28 23:59:51 2008 from 192.168.2.101
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
Sourcing //.profile-EIS.....
[EMAIL PROTECTED] # exit
Connection to 192.168.2.13 closed.
[EMAIL PROTECTED]:/export/home/admin# ssh 192.168.2.13 pwd
/
[EMAIL PROTECTED]:/export/home/admin# ssh 192.168.2.13 'uname -a'
SunOS charlie 5.10 Generic_127128-11 i86pc i386 i86pc
[EMAIL PROTECTED]:/export/home/admin#

regards,

Dedhi




_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to