Displaying 3 results from an estimated 3 matches for "sunwmd".
Did you mean:
sunwmdb
2001 Feb 15
1
SSH2 PATH problem
Hello,
I have the following behaviour with openssh-2.3.0p1
# ssh host 'echo $PATH' (SSH1 protocol, works fine)
/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/opt/SUNWmd/sbin
# ssh -2 host 'echo $PATH' (force SSH2 protocol, PATH env var is not
set)
<nothing>
I can't execute a remote command with the SSH2 protocol.
Any clue?
Greets,
Jean-Marc
2009 Jun 17
0
newb question installing rsync on old solaris
...#(parsed)
/usr/local/lib:
/sybase/Acrobat3/bin:
/usr/ccs/bin:
/export/home/opt/GCC281/bin:
/sybase/websql/sybase/bin:
/usr/etc/appletalk:
/opt/VRTSvxva/bin:
/opt/SUNWsymon/bin:
/usr/openwin/bin:
/bin:
/usr/bin:
/usr/ucb:
/usr/sbin:
/sybase/microsoft/ie4/bin:
.:
/src/web/acroread/bin:
/usr/opt/SUNWmd/bin:
/usr/opt/SUNWmd/sbin:
/usr/local/bin:
/usr/local/sbin
so now, i'm not sure what to do... i must be missing something rather
obvious and key.
any ideas?
--
View this message in context: http://www.nabble.com/newb-question-installing-rsync-on-old-solaris-tp24064045p24064045.html
Sent fro...
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...nd
installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz
./configure --sysconfdir=/etc/ssh --with-tcp-wrappers
--with-egd-pool=/var/run/egd-pool \
--with-kerberos4=/usr/athena --with-afs=/usr/afsws \
--with-default-path=/usr/local/bin:/usr/xpg4/bin:/usr/bin:/opt/SUNWspro/bin:/usr/opt/SUNWmd/sbin:/usr/ucb:/usr/ccs/bin:/usr/openwin/bin:/usr/sbin
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accept...