/
usr
/
lib
/
python3
/
dist-packages
/
ssh_import_id
/
/usr/lib/python3/dist-packages/ssh_import_id
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
version.py
267
0644
edit
dl
rm
__init__.py
12299
0644
edit
dl
rm
__main__.py
855
0644
edit
dl
rm
Edit:
/usr/lib/python3/dist-packages/ssh_import_id/__main__.py
(855B)
# ssh-import-id - Authorize SSH public keys from trusted online identities # # Copyright (c) 2013 Casey Marshall <casey.marshall@gmail.com> # Copyright (c) 2013-16 Dustin Kirkland <dustin.kirkland@gmail.com> # # ssh-import-id is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # ssh-import-id is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ssh-import-id. If not, see <http://www.gnu.org/licenses/>. from ssh_import_id import main if __name__ == '__main__': main()
Save
cmd:
run