Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
wsssh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
wsssh
Commits
d51a378f
Commit
d51a378f
authored
Sep 13, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wsssh command to use -p instead of -P
parent
3818faf4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wssshd.py
wssshd.py
+1
-1
No files found.
wssshd.py
View file @
d51a378f
...
@@ -184,7 +184,7 @@ def logos_files(filename):
...
@@ -184,7 +184,7 @@ def logos_files(filename):
def
connect_terminal
(
client_id
):
def
connect_terminal
(
client_id
):
username
=
request
.
form
.
get
(
'username'
,
'root'
)
username
=
request
.
form
.
get
(
'username'
,
'root'
)
request_id
=
str
(
uuid
.
uuid4
())
request_id
=
str
(
uuid
.
uuid4
())
command
=
[
'wsssh'
,
'-
P
'
,
str
(
args
.
port
),
f
'{username}@{client_id}.{args.domain}'
]
command
=
[
'wsssh'
,
'-
p
'
,
str
(
args
.
port
),
f
'{username}@{client_id}.{args.domain}'
]
# Spawn wsssh process
# Spawn wsssh process
proc
=
subprocess
.
Popen
(
proc
=
subprocess
.
Popen
(
command
,
command
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment