Search found 5 matches
- 29 Nov 2020, 12:36
- Forum: System Configuration
- Topic: default user home permissions are too permissive
- Replies: 0
- Views: 1332
default user home permissions are too permissive
when a new user is created, their homedir has 777 permissions. this causes problems for people using ssh keys and is generally not a good practice. at the very least, permissions should be 755. - https://forum.terra-master.com/en/viewtopic.php?p=1044#p1044 - https://forum.terra-master.com/en/viewtop...
- 29 Nov 2020, 12:32
- Forum: Network
- Topic: SSH from serve to F2-210
- Replies: 3
- Views: 7695
Re: SSH from serve to F2-210
i posted this in another thread and it might be useful here, too. i was unable to use my ssh key and it was annoying. logging in using ssh with the verbose flag (-v) helped me figure out where the problem was. down towards the bottom was this to helped me figure out my situation. debug1: Remote: Ign...
- 29 Nov 2020, 12:27
- Forum: Hardware, Power and Accessories
- Topic: Settings and SSH issues
- Replies: 4
- Views: 5118
Re: Settings and SSH issues
i was unable to use my ssh key and it was annoying. logging in using ssh with the verbose flag (-v) helped me figure out where the problem was. down towards the bottom was this to helped me figure out my situation. debug1: Remote: Ignored authorized keys: bad ownership or modes for directory /mnt/md...
- 29 Nov 2020, 08:16
- Forum: Docker
- Topic: Cannot run docker's container
- Replies: 3
- Views: 3656
Re: Cannot run docker's container
your user needs to be part of the docker group. if you ssh in as root, you can add your user to the docker group with usermod, something like this:
change nullren to whatever your user name is. then login as your user and docker commands will work.
Code: Select all
usermod -a -G docker nullren- 29 Nov 2020, 07:59
- Forum: New Requests & Proposals
- Topic: Cloudflare DDNS Support
- Replies: 2
- Views: 3120
Re: Cloudflare DDNS Support
related to this, it would be nice to just specify the server directly. google domains has dynamic DNS, too. https://support.google.com/domains/answer/6147083?hl=en