8000 Python Scripting · angudadevops/Python-Scripting@6d94381 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d94381

Browse files
author
angudadevops
authored
Python Scripting
1 parent 3e3eac8 commit 6d94381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def scp(self, file):
6464

6565

6666
if __name__ == '__main__':
67-
user = "nvidia"
67+
user = "aguda"
6868
if len(sys.argv) < 3:
6969
print("Please pass arguments to scirpt as 'python ssh.py hostip command filename'")
7070
sys.exit()

0 commit comments

Comments
 (0)
0