Using www-data through SSH
        Posted  
        
            by 
                Fluidbyte
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Fluidbyte
        
        
        
        Published on 2012-10-20T12:30:03Z
        Indexed on 
            2012/10/20
            17:03 UTC
        
        
        Read the original article
        Hit count: 266
        
For development purposes I'm using www-data (on an ubuntu 11.10 server) to ssh in and fire git commands and basic stuff against the webroot.
I don't have things like command history, coloring, etc like I do when I ssh in as any other user, so I'm curious how to get this working.
I'm assuming I need a `.bashrc' file, but I'm not sure what to include or (more importantly since I could just copy the one from another user) where it goes.
© Server Fault or respective owner