rewrite ssh config parser and writer to protect file

This commit is contained in:
Adem Baccara
2025-09-10 21:10:10 +01:00
parent 78c660dc59
commit b71ef74aaa
14 changed files with 772 additions and 575 deletions
+1
View File
@@ -18,6 +18,7 @@ import "time"
type Server struct {
Alias string
Aliases []string
Host string
User string
Port int