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 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
I want to extract the public and private key from my PKCS#12 file for later use in SSH-Public-Key-Authentication. Right now, I’m generating keys … Read more
Is there a way to ignore the SSH authenticity checking made by Ansible? For example when I’ve just setup a new server I … Read more
Configuring a new Digital Ocean droplet with SSH keys. When I run ssh-copy-id this is what I get: ssh-copy-id user@012.345.67.89 /usr/bin/ssh-copy-id: INFO: attempting … Read more
I’m working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night and had no … Read more
I’m trying to use Sublime Text 2 as an editor when I SSH in to my work server, and I’m stumped. I found … Read more
I generated an OpenSSH private key using puttygen (and exported it in OpenSSH format). How can I put a password on this existing … Read more
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for … Read more
I’m having some trouble getting two different SSH keys/GitHub accounts to play well together. I have the following setup: Repos accessible from one … Read more