Skip to content

Commit

Permalink
Merge pull request #4 from homer0/homer0_fixSSH
Browse files Browse the repository at this point in the history
Fix SSH
  • Loading branch information
homer0 authored Mar 30, 2024
2 parents 41be9d6 + f3f4eaa commit b60e9bb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RUN sudo usermod -s $(which zsh) coder

# Setup SSH
RUN sudo sed -i "s/#PasswordAuthentication yes/PasswordAuthentication no/" /etc/ssh/sshd_config
RUN sudo sed -i "s/UsePAM yes/UsePAM no/" /etc/ssh/sshd_config

# Setup nginx
COPY ./src/nginx/default-site /etc/nginx/sites-available/default
Expand Down
2 changes: 1 addition & 1 deletion dev/box/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: codebox-test
name: codebox-dev
icon: acid
code-server:
proxy-domain: home.homer0.dev
Expand Down
Binary file not shown.
8 changes: 0 additions & 8 deletions dev/box/vscode/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,5 @@
"key": "cmd+r",
"command": "-workbench.action.reloadWindow",
"when": "isDevelopment"
},
{
"key": "shift+cmd+g",
"command": "workbench.panel.chat.view.copilot.focus"
},
{
"key": "ctrl+shift+cmd+g",
"command": "workbench.action.openChat.copilot"
}
]

0 comments on commit b60e9bb

Please sign in to comment.