Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deportation de signatures ssh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jorge.leitemac
Deportation de signatures ssh
Commits
e8b70fb3
Commit
e8b70fb3
authored
1 year ago
by
jorge.leitemac
Browse files
Options
Downloads
Patches
Plain Diff
clean version 2
parent
a1336065
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_custom_client/auth.py
+0
-3
0 additions, 3 deletions
python_custom_client/auth.py
with
0 additions
and
3 deletions
python_custom_client/auth.py
+
0
−
3
View file @
e8b70fb3
...
@@ -71,9 +71,6 @@ def pack_boolean(b):
...
@@ -71,9 +71,6 @@ def pack_boolean(b):
def
pack_bytes
(
bytes_data
):
def
pack_bytes
(
bytes_data
):
return
struct
.
pack
(
f
"
>
{
len
(
bytes_data
)
}
s
"
,
bytes_data
)
return
struct
.
pack
(
f
"
>
{
len
(
bytes_data
)
}
s
"
,
bytes_data
)
def
pack_rsa_key
(
key
):
return
struct
.
pack
(
f
"
>
{
len
(
bytes
(
key
.
get_base64
(),
'
utf-8
'
))
}
s
"
,
key
.
get_bits
())
def
_get_session_blob
(
key
,
service
,
username
,
algorithm
,
session_id
,
userauth_request
):
def
_get_session_blob
(
key
,
service
,
username
,
algorithm
,
session_id
,
userauth_request
):
global
public_key_bits
global
public_key_bits
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment