File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed
Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ ingress:
2222 service: localhost:8445
2323 - hostname: vnc. {{ $baseDomain }}
2424 service: tcp://localhost:5901
25+ - hostname: sftp. {{ $baseDomain }}
26+ service: tcp://localhost:2022
2527{{- if eq .host.softwareGroup " Kubernetes" }}
2628 - hostname: k8s. {{ .host.domain }}
2729 service: bastion
@@ -37,4 +39,4 @@ ingress:
3739 # Rules can match the request's hostname to a wildcard character:
3840 # - hostname: " *.example.com"
3941 # service: https://localhost:8002
40- - service: http_status:404
42+ - service: http_status:404
Original file line number Diff line number Diff line change 1+ WARNING! Authorized use only. Your IP address has been logged.
2+
3+ If you choose to ignore this warning and discover a vulnerability
4+ that you can explain how to remediate, then please contact brian@megabyte.space
5+ for a bounty.
Original file line number Diff line number Diff line change 9494 "macs" : [],
9595 "trusted_user_ca_keys" : [],
9696 "revoked_user_certs_file" : " " ,
97- "login_banner_file" : " " ,
97+ "login_banner_file" : " /etc/sftpgo/banner " ,
9898 "enabled_ssh_commands" : [
9999 " md5sum" ,
100100 " sha1sum" ,
309309 "web_admin" : {
310310 "name" : " " ,
311311 "short_name" : " " ,
312- "favicon_path" : " " ,
313- "logo_path" : " " ,
314- "login_image_path" : " " ,
312+ "favicon_path" : " /branding/favicon.ico " ,
313+ "logo_path" : " /branding/logo.png " ,
314+ "login_image_path" : " /branding/login_image.png " ,
315315 "disclaimer_name" : " " ,
316316 "disclaimer_path" : " " ,
317317 "default_css" : " " ,
320320 "web_client" : {
321321 "name" : " " ,
322322 "short_name" : " " ,
323- "favicon_path" : " " ,
324- "logo_path" : " " ,
325- "login_image_path" : " " ,
323+ "favicon_path" : " /branding/favicon.ico " ,
324+ "logo_path" : " /branding/logo.png " ,
325+ "login_image_path" : " /branding/login_image.png " ,
326326 "disclaimer_name" : " " ,
327327 "disclaimer_path" : " " ,
328328 "default_css" : " " ,
413413 "templates_path" : " templates"
414414 },
415415 "plugins" : []
416- }
416+ }
You can’t perform that action at this time.
0 commit comments