11 Commits
Author SHA1 Message Date
timmy 317388e81d Fix sftp hanging after file transfer
Push / CI (push) Has been cancelled
2025-12-28 13:10:22 -08:00
timmy 96ead754ed go get -u 2025-12-28 13:10:22 -08:00
timmy 3a3e3fa81d Fix permissions 2025-12-28 13:10:22 -08:00
timmy bdba5287b5 Wait for network 2025-12-28 13:10:22 -08:00
timmy aded9bc067 Fix TERM not being set when a tty is requested 2025-12-28 13:10:21 -08:00
timmy 4fbd9df64c Fix hostkey being too short
Modern versions of ssh refuse to connect to a server with a rsa key that
  is less than 2048 and this may change to 3072 or 4096 in the future.
  ed25519 cannot change keysize
2025-12-28 13:09:56 -08:00
timmy e2181393d0 Check shell before executing 2025-12-28 12:56:31 -08:00
timmy 7aeddd4032 Enable start on boot 2025-12-28 12:55:38 -08:00
timmy 30c6f7d6f0 Use a login shell if no command is given 2025-12-28 12:55:38 -08:00
timmy 04efa5aaea Install apps to /bin on startup 2025-12-28 12:53:39 -08:00
timmy 6d7fa14eb0 Stuff
Implement certificate authentication, certificate requires :gokrazy: principal
Read first line of /etc/passwd for home and shell
Shell uses `-l` to make it a login shell which will run .profile
2025-12-28 12:53:39 -08:00