Question : How to SSH over Cisco VPN Client on Mac OS X?

Never really had to do this, but I'm using the CISCO VPN client and I'm just trying to figure out how to ssh over it... Been googling, but this is totally foreign to me. Was hoping someone here could tell me how to do it using terminal (if that's even what you do...)?  

Right now, I'm connected through the VPN client to abc.example.com.  
I tried doing just ssh [email protected], but that doesn't seem to work... Or, rather, it just times out.  Do I need to do something different here?  

Answer : How to SSH over Cisco VPN Client on Mac OS X?

You can establish a SSH connection to the device that has been set up to accept such connection. Does abc.example.com accepts SSH connections?
VPN is a method to establish a tunnel between two separate networks. In simple terms, if you are on the network with IP address x.x.x.x you can't reach computers on network y.y.y.y but VPN gives you this possibility. Notice that I've used IP addresses to describe networks. Addressing computers by their DNS name (like abc.example.com) across VPN requires more configuration. My point here is: you may want to try SSH to a computer by it's internal IP address: "ssh [email protected]"
Random Solutions  
 
programming4us programming4us