mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-28 14:08:04 +03:00
Update ssh.service.ts
This commit is contained in:
parent
9cae50bfc5
commit
fcc9d7cf7d
@ -114,8 +114,8 @@ export class SSHService {
|
||||
'ssh-keygen.exe',
|
||||
)
|
||||
await execFile('icacls', [temp.path, '/inheritance:r'])
|
||||
let sid = await execFile('whoami', ['/user', '/nh']);
|
||||
sid = sid[0].split(' ')[0];
|
||||
let sid = await execFile('whoami', ['/user', '/nh'])
|
||||
sid = sid[0].split(' ')[0]
|
||||
await execFile('icacls', [temp.path, '/grant:r', `${sid}:(R,W)`])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user