bugzilla-daemon at bugzilla.mindrot.org
2008-Feb-26  17:37 UTC
[Bug 1442] New: Feature request: Add ability to override $HOME with a temp location
https://bugzilla.mindrot.org/show_bug.cgi?id=1442
           Summary: Feature request: Add ability to override $HOME with a  
                    temp location                                          
    Classification: Unclassified                                           
           Product: Portable OpenSSH                                       
           Version: -current                                               
          Platform: Other                                                  
        OS/Version: Linux                                                  
            Status: NEW                                                    
          Severity: enhancement                                            
          Priority: P2                                                     
         Component: sshd                                                   
        AssignedTo: bitbucket at mindrot.org                                  
        ReportedBy: nsheridan at gmail.com                                    
Created an attachment (id=1457)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1457)
Temp homedir patch
On hosts with nfs homedirs, it can be useful to have an option of not
using your real $HOME from time to time. I've put together a patch
which allows a client to request a temp homedir using the option
RequestTempHomedir. On the server, I've added a PermitTempHomedir
option to allow this feature. It can also be triggered selectively
using a Match directive.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2012-Apr-16  18:30 UTC
[Bug 1442] Feature request: Add ability to override $HOME with a temp location
https://bugzilla.mindrot.org/show_bug.cgi?id=1442
Alexey Zbinyakov <zbinyakov at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zbinyakov at gmail.com
           Severity|enhancement                 |minor
--- Comment #1 from Alexey Zbinyakov <zbinyakov at gmail.com> 2012-04-17
04:30:21 EST ---
I think it should be allowed always to use $HOME, according to
getpwnam(3):
"An  application  that  wants  to  determine  its  user's  home 
directory  should  inspect  the  value  of  HOME  (rather than the
value getpwuid(getuid())->pw_dir) since this allows the user to modify
their notion of "the home directory" during a login session."
I see no reason to get initial homedir.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.