Fixes i ndashboard
This commit is contained in:
parent
a26aa723b3
commit
3d222a6a29
2 changed files with 19 additions and 18 deletions
|
|
@ -76,7 +76,8 @@ class ConfigTask:
|
|||
|
||||
self.api_key=''
|
||||
|
||||
self.ssh_directory=os.path.expanduser('~')+'/.ssh'
|
||||
#self.ssh_directory=os.path.expanduser('~')+'/.ssh'
|
||||
self.ssh_directory='./ssh'
|
||||
|
||||
self.ssh_private_key=self.ssh_directory+'/id_rsa'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue