From 689fd12141443391b7cb80c81fbeae3515418626 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 16 Aug 2023 14:17:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20windows=20=E5=8F=AF=E4=BB=A5=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20sftp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/const/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/const/host.py b/apps/assets/const/host.py index cb841bbc2..be8f1d1bf 100644 --- a/apps/assets/const/host.py +++ b/apps/assets/const/host.py @@ -36,7 +36,7 @@ class HostTypes(BaseType): 'choices': ['ssh', 'sftp', 'telnet', 'vnc', 'rdp'] }, cls.WINDOWS: { - 'choices': ['rdp', 'ssh', 'vnc', 'winrm'] + 'choices': ['rdp', 'ssh', 'sftp', 'vnc', 'winrm'] } }