MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / ssh_agent_encode_str

Function ssh_agent_encode_str

keepercommander/commands/ssh_agent.py:116–117  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

114
115
116def ssh_agent_encode_str(s): # type: (str) -> bytes
117 return ssh_agent_encode_bytes(s.encode('utf-8'))
118
119
120def ssh_agent_encode_long(long_value): # type: (int) -> bytes

Callers 3

add_ssh_keyFunction · 0.85
load_private_keysMethod · 0.85

Calls 1

ssh_agent_encode_bytesFunction · 0.85

Tested by

no test coverage detected