mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 02:36:17 +01:00
rename /src to /internal (sorry i'll fix the prs)
This commit is contained in:
10
internal/common/common-ssh.go
Normal file
10
internal/common/common-ssh.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package common
|
||||
|
||||
var (
|
||||
// Allowed ssh key exchanges
|
||||
DefaultKeyExchanges = []string{"curve25519-sha256"}
|
||||
// Allowed ssh macs
|
||||
DefaultMACs = []string{"hmac-sha2-256-etm@openssh.com"}
|
||||
// Allowed ssh ciphers
|
||||
DefaultCiphers = []string{"chacha20-poly1305@openssh.com"}
|
||||
)
|
||||
Reference in New Issue
Block a user