[haiku-bugs] Re: [Haiku] #2468: User logged in via ssh seems to have incorrect paths

  • From: "scottmc" <trac@xxxxxxxxxxxx>
  • Date: Fri, 09 Apr 2010 15:10:34 -0000

#2468: User logged in via ssh seems to have incorrect paths
---------------------------------------------+------------------------------
 Reporter:  anevilyak                        |       Owner:  scottmc      
     Type:  bug                              |      Status:  in-progress  
 Priority:  normal                           |   Milestone:  R1           
Component:  Applications/Command Line Tools  |     Version:  R1/pre-alpha1
 Keywords:                                   |   Blockedby:               
 Platform:  All                              |    Blocking:               
---------------------------------------------+------------------------------

Comment(by scottmc):

 Sure.  Here's what's in the zip file, and how I configured the build.
 Note that it now puts the .ssh directory in /boot/home/config/settings/ssh
 instead of ~/home/.ssh

 {{{
 Archive:  /boot/home/Desktop/openssh-5.4p1-x86-gcc2-2010-04-08.zip
   Length     Date   Time    Name
  --------    ----   ----    ----
       118  04-08-10 16:09   .OptionalPackageDescription
         0  04-08-10 16:09   common/
         0  04-08-10 16:09   common/bin/
     55412  04-08-10 16:09   common/bin/scp
     90272  04-08-10 16:09   common/bin/sftp
         5  04-08-10 16:09   common/bin/slogin
    391592  04-08-10 16:09   common/bin/ssh
    120304  04-08-10 16:09   common/bin/ssh-add
    103472  04-08-10 16:09   common/bin/ssh-agent
    167228  04-08-10 16:09   common/bin/ssh-keygen
    217828  04-08-10 16:09   common/bin/ssh-keyscan
    454768  04-08-10 16:09   common/bin/sshd
         0  04-08-10 16:09   common/data/
         0  04-08-10 15:26   common/data/licenses/
     16000  04-08-10 15:26   common/data/licenses/OpenSSH
         0  04-08-10 16:09   common/lib/
     59456  04-08-10 16:09   common/lib/sftp-server
    225968  04-08-10 16:09   common/lib/ssh-keysign
     90572  04-08-10 16:09   common/lib/ssh-pkcs11-helper
         0  04-08-10 16:09   common/man/
         0  04-08-10 16:09   common/man/man1/
      4518  04-08-10 16:09   common/man/man1/scp.1
     11641  04-08-10 16:09   common/man/man1/sftp.1
         7  04-08-10 16:09   common/man/man1/slogin.1
      4245  04-08-10 16:09   common/man/man1/ssh-add.1
      5090  04-08-10 16:09   common/man/man1/ssh-agent.1
     19052  04-08-10 16:09   common/man/man1/ssh-keygen.1
      3914  04-08-10 16:09   common/man/man1/ssh-keyscan.1
     39969  04-08-10 16:09   common/man/man1/ssh.1
         0  04-08-10 16:09   common/man/man5/
      2665  04-08-10 16:09   common/man/man5/moduli.5
     30829  04-08-10 16:09   common/man/man5/ssh_config.5
     29697  04-08-10 16:09   common/man/man5/sshd_config.5
         0  04-08-10 16:09   common/man/man8/
      2342  04-08-10 16:09   common/man/man8/sftp-server.8
      1394  04-08-10 16:09   common/man/man8/ssh-keysign.8
       560  04-08-10 16:09   common/man/man8/ssh-pkcs11-helper.8
     29297  04-08-10 16:09   common/man/man8/sshd.8
         0  04-08-10 16:09   common/settings/
         0  04-08-10 16:09   common/settings/ssh/
    125811  04-08-10 16:09   common/settings/ssh/moduli
      1555  04-08-10 16:09   common/settings/ssh/ssh_config
      3240  04-08-10 16:09   common/settings/ssh/sshd_config
  --------                   -------
   2308821                   43 files
 }}}

 Here's my configure line from http://ports.haiku-
 files.org/browser/haikuports/trunk/net-misc/openssh/openssh-5.4p1.bep
 {{{
 ./configure --prefix=`finddir B_COMMON_DIRECTORY` \
 --sbindir=`finddir B_COMMON_BIN_DIRECTORY` \
 --bindir=`finddir B_COMMON_BIN_DIRECTORY` \
 --libexecdir=`finddir B_COMMON_LIB_DIRECTORY` \
 --sysconfdir=`finddir B_USER_SETTINGS_DIRECTORY`/ssh \
 --libdir=`finddir B_COMMON_LIB_DIRECTORY` \
 --includedir=`finddir B_COMMON_DIRECTORY`/include \
 --datadir=`finddir B_COMMON_DATA_DIRECTORY` \
 --mandir=`finddir B_COMMON_DIRECTORY`/man \
 --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` \
 --sysconfdir=`finddir B_COMMON_SETTINGS_DIRECTORY`/ssh \
 --with-default-path=PATH \
 --with-md5-passwords
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/2468#comment:5>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: