OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_key
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/hosts/
gce_host.py
92
def add_ssh_key(self, username,
ssh_key
):
96
@param
ssh_key
: the key to add.
98
self._modify_ssh_keys(['%s:%s' % (username,
ssh_key
)], [])
101
def del_ssh_key(self, username,
ssh_key
):
105
@param
ssh_key
: the key to delete.
107
self._modify_ssh_keys([], ['%s:%s' % (username,
ssh_key
)])
/external/curl/lib/
ssh.h
149
ssh_key
privkey;
150
ssh_key
pubkey;
ssh-libssh.c
322
ssh_key
pubkey;
[
all
...]
Completed in 284 milliseconds