forked from uncloud/uncloud
Remove unneccassary sudo from ssh forwarding command
This commit is contained in:
parent
4b7d6d5099
commit
27e780b359
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ class TransferVM(Process):
|
||||||
os.remove(self.src_sock_path)
|
os.remove(self.src_sock_path)
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
"sudo"
|
|
||||||
"ssh",
|
"ssh",
|
||||||
"-nNT",
|
"-nNT",
|
||||||
"-L",
|
"-L",
|
||||||
|
|
Loading…
Reference in a new issue