I've gotten frustrated that I can not control the list of entries in the "Previous Locations" pulldown in Windows Explorer. Finally figured out how...
Using regedit, edit the following location:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\TypedPaths
Modify the value of the entries in that folder accordingly.
This is intended to be a resource mainly for myself... to keep notes on things I've worked on or figured out. This way I can easily look things back up after I have forgotten the details. This will also allow me to easily send pointers to others when I want to share what I've found.
Monday, September 22, 2014
Wednesday, September 3, 2014
myCloud - configure ssh access for non-root users
From a post in a forum:
- Enable ssh:
http://<mybooklive>/UI/ssh
- Create shares, users, set passwords and permissions via dashboard
- Allow Users to SSH:
edit file /etc/ssh/sshd_config
Change "AllowUsers" line by adding user names such as:
AllowUsers root user1 user2
- Optional: Set users home dir: edit file /etc/passwd
The following will set home dir to "Public"
Change from "/shares:/bin/sh" to "/shares/Public:/bin/sh"
- Restart ssh deamon or reboot:
/etc/init.d/ssh restart
Test ssh for your users within the home network. If all works, then proceed to:
- Set your router to forward port TCP 22
- Set DDNS on your router
- Enable ssh:
http://<mybooklive>/UI/ssh
- Create shares, users, set passwords and permissions via dashboard
- Allow Users to SSH:
edit file /etc/ssh/sshd_config
Change "AllowUsers" line by adding user names such as:
AllowUsers root user1 user2
- Optional: Set users home dir: edit file /etc/passwd
The following will set home dir to "Public"
Change from "/shares:/bin/sh" to "/shares/Public:/bin/sh"
- Restart ssh deamon or reboot:
/etc/init.d/ssh restart
Test ssh for your users within the home network. If all works, then proceed to:
- Set your router to forward port TCP 22
- Set DDNS on your router
Subscribe to:
Posts (Atom)