How can I ssh to a remote server with an automated password and no key?
I have a remote server. I planned to use public keys to connect over ssh without typing the password but the remote system rejects public key authentication.
I have a remote server. I planned to use public keys to connect over ssh without typing the password but the remote system rejects public key authentication.
I have a reverse ssh tunnel through a middleman server set up and working. I’m running Kubuntu 12.04 here and on the remote machine.
I can use my home computer A to connect by SSH to a server B where access to the external network is blocked. In other words, all requests to Internet from B throw an error: Network is unreachable. Can I redirect all these requests to pass through the computer A which has an unrestricted access to Internet?
How do I set up the firewall on a system in a LAN so that some ports are only open to connections from the local area network, and not from the outside world?
I am trying to log in to my DSL router, because I’m having trouble with command-line mail. I’m hoping to be able to reconfigure the router.
ssh-add alone is not working:
How can I redirect the microphone of one computer to listen to it on another computer via ssh? Which is the right device or which is the right command line?
I’d like to essentially tar/gz a directory on a remote machine and save the file to my local computer without having to connect back into my local machine from the remote one. Is there a way to do this over SSH? The tar file doesn’t need to be stored on the remote machine, only on the local machine. Is this possible?
I’m writing an unattended shell script that sets up a new server. Since I may run it multiple times, I want to check whether passwordless SSH access has already been set up. A command like