Correct SSH Directory permissions
- Feb
- 27
- Posted by TKH Specialist
- Posted in ssh, System Administration
If you are trying to setup Public-Key Authentication and see this error in the logs: Authentication refused: bad ownership or modes for directory Your problem is related to permissions and/or ownership. The following commands on the user account you are trying to setup should fix the problem: chmod go-w ~/ chmod 700 ~/.ssh chmod 600 […]
read moreFabric: a System Administrator’s Best Friend
- Apr
- 09
- Posted by Adrian Hannah
- Posted in Fabric, python, ssh, SysAdmin
Need a quick proxy via SSH?
- Sep
- 14
- Posted by TKH Specialist
- Posted in linux, ssh
Need access to a web site, tucked behind a firewall? Do you already have a public SSH server set up to allow access, but not sure how to tunnel your HTTP session? It’s easy! ssh -N -D 127.0.0.1:8000 <user>@<ssh server … Continue reading →
read moreRecent Comments
- Stefan on Flush This!
- Timestamping your Bash History | Matt's Entropy on Remember when you issued that command…?
- Matt Smith on Remember when you issued that command…?
- Ruan on Putting ‘lsof’ to use
- Dylan F. Marquis on External Mapping of LDAP attributes in CAS

