proper way to sudo over ssh
I have a script which runs another script via SSH on a remote server using sudo. However, when I type the password, it … Read more
I have a script which runs another script via SSH on a remote server using sudo. However, when I type the password, it … Read more
I’m currently on a public WIFI spot and I’m unable to use SSH (they probably blocked that port). However, I need that connection … Read more
I am using git bash. I have to use eval `ssh-agent.exe` ssh-add /my/ssh/location/ every time when I start a new git bash. Is … Read more
What’s the most pythonic way to scp a file in Python? The only route I’m aware of is os.system(‘scp “%s” “%s:%s”‘ % (localfile, … Read more
I had Screen running inside an SSH session. Terminal froze. After restarting Terminal, that Screen session still thinks it’s attached. Maybe it is. … Read more
My VPS provider recommends that I leave my SSH port to the custom port number they assign it by default (not 22). The … Read more
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Questions asking us to recommend or find a … Read more
I have just start using git and i can’t get it to remember my passphrase I’m using cmd.exe elevated and my git host … Read more
I’m currently running a bunch of: sudo ssh -L PORT:IP:PORT root@IP where IP is the target of a secured machine, and PORT represents … Read more
This question already has answers here: Can I ssh somewhere, run some commands, and then leave myself a prompt? (5 answers) Closed 6 … Read more