feat: update secure location
This commit is contained in:
10
DESIGN.md
10
DESIGN.md
@ -13,11 +13,11 @@
|
||||
| User Location | Host Location | attach mode | Mode | Attribute | Owner | Description |
|
||||
| ------------------------------------ | ------------- | ----------- | ---- | --------- | ----- | ------------------------ |
|
||||
| /home/devuser/.gitconfig | - | mount | 600 | +i | user | Git configuration file |
|
||||
| /root/ssh/config | - | copy | 100 | +i | root | ssh config file |
|
||||
| /root/ssh/authorized_keys | - | mount | 000 | +i | root | authorized keys file |
|
||||
| /root/ssh/ssh_blocker.sh | - | copy | 100 | +i | root | ssh blocker shell script |
|
||||
| /root/ssh/id_ed25519 | - | mount | 100 | +i | root | private shh key file |
|
||||
| /root/ssh/id_ed25519.pub | - | mount | 100 | +i | root | public shh key file |
|
||||
| /opt/secure/ssh/config | - | copy | 100 | +i | root | ssh config file |
|
||||
| /opt/secure/ssh/authorized_keys | - | mount | 000 | +i | root | authorized keys file |
|
||||
| /opt/secure/ssh/ssh_blocker.sh | - | copy | 100 | +i | root | ssh blocker shell script |
|
||||
| /opt/secure/ssh/id_ed25519 | - | mount | 100 | +i | root | private shh key file |
|
||||
| /opt/secure/ssh/id_ed25519.pub | - | mount | 100 | +i | root | public shh key file |
|
||||
| /home/devuser/lazygit/config.yml | - | copy | 600 | +i | user | lazygit config file |
|
||||
| /home/devuser/.config/nvim | - | copy | 600 | +i | user | neovim config files |
|
||||
| /home/devuser/.config/tmux | - | copy | 600 | +i | user | tmux config files |
|
||||
|
Reference in New Issue
Block a user