Problem : Suddenly my call to ssh -f -vvv rdp@corn06.stanford.edu -L 2025:corn06.stanford.edu:55576 -N stopped working. It prints the output at […]
Tag: ssh
SSH from Windows to Linux VM. Cannot invoke firefox: no display specified
Problem : I have been at this for the past two days and still no luck. $ firefox Error: no […]
The cd command using variable to mapped NFS volume within ssh in linux script is not working
Problem : I have to do the following from within a bash script. The /VMNFS/ folder is present on linux […]
I am trying to push a directory to a server using rsync. What is wrong with this command?
Problem : I am trying to push a directory to a server using rsync. What is wrong with this command? […]
Setting an alias in an ssh session without using bashrc/profile
Problem : How can I set an alias on a remote machine over SSH with local ssh config (not editing […]
Shared external IP address
QUESTION : So Here is my set-up: I have a raspberry pi behind a router. I set a static internal […]
How does SSH tunneling work at low level?
QUESTION : I am interested in the exact mechanism that occurs when an SSH tunnel is stablished. Supposing we have […]
How should I manage a bunch of Linux logins?
Problem : I’ve gotten a few Raspberry Pis for various things on top of the handful of other ARM devices […]
OS X – make ordinary SSH commands use SSH config
QUESTION : Here is a (somewhat redacted) listing of my ~/.ssh/config under OS X 10.6.8 Snow Leopard: Host * IdentitiesOnly […]
ssh-add does not prevent to enter the key’s password when using OpenSSH on Windows
QUESTION : I have an RSA SSH key with a passphrase on Windows 11, with OpenSSH. I tried to add […]