First commit

This commit is contained in:
root
2024-01-18 22:44:30 +10:30
commit 85d253710f
28 changed files with 491 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
FROM docker.io/archlinux:latest
RUN pacman -Sy --noconfirm openssh git vim go zsh curl yt-dlp tmux pipewire-jack ffmpeg at
RUN /usr/bin/ssh-keygen -A
RUN /usr/bin/sed -i 's/bash/zsh/' /etc/passwd
COPY ./authorized_keys /root/.ssh/authorized_keys
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]

View File

@@ -0,0 +1,3 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMXq4wnDTk0SotF6xwJvBdhSuMJywDHookr221XfPcB4
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGc1bmh2MoGXtR0bn6oh9bY/Lx50N25ieT5AOZLwYH8
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2Ol1o9PQEENPz/mnEKHc7TgOZAHkMRRVPHekTvsNHj danmac@dan-macbook