Range-diff rd-102
- title
- chore: add `rsync --delete` test
- description
-
Patch changed - old #1
745b513- new #1
76a6734
1: 745b513 ! 1: 76a6734 chore: add `rsync --delete` test
old
old:
shared/ssh.go
new:shared/ssh.go
package shared import ( + "fmt" "log/slog" "github.com/charmbracelet/ssh" func (r *SshAuthHandler) PubkeyAuthHandler(ctx ssh.Context, key ssh.PublicKey) bool { pubkey := utils.KeyForKeyText(key) + fmt.Println("ACTUAL", pubkey) user, err := r.DB.FindUserByPubkey(pubkey) if err != nil { r.Logger.Error(