Skip to content

Commit

Permalink
fix: ssh client community
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 authored and huailei000 committed Apr 24, 2022
1 parent 992f21e commit 1c5d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const TYPE_RDP_FILE: ConnectType = {
export const TYPE_SSH_CLIENT: ConnectType = {
name: 'SSH Client',
id: 'sshClient',
requireXPack: true,
requireXPack: false,
protocol: 'ssh',
client: true
};
Expand Down

0 comments on commit 1c5d480

Please sign in to comment.