set_ssh
This commit is contained in:
parent
8c016627f9
commit
c60897e876
1 changed files with 1 additions and 1 deletions
|
@ -119,9 +119,9 @@ def set_ssh(*arguments):
|
||||||
if ssh_hosts:
|
if ssh_hosts:
|
||||||
fs.write(known, ssh_hosts)
|
fs.write(known, ssh_hosts)
|
||||||
os.chmod(known, 0o400)
|
os.chmod(known, 0o400)
|
||||||
cat(known)
|
|
||||||
#
|
#
|
||||||
browse(ssh)
|
browse(ssh)
|
||||||
|
cat(known)
|
||||||
|
|
||||||
|
|
||||||
def open(*arguments):
|
def open(*arguments):
|
||||||
|
|
Loading…
Reference in a new issue