I'm trying to implement ssh server under a custom Debian-based installation, which has no GUI, and yet no ssh access. How can I know whether SSH is installed, and how can I know whether the firewall actually allows it or not ?
feedback
|
|
To check whether the firewall allows it (assuming you're using iptables) write As to whether the ssh-server is installed or not (assuming you're using packages) do If you're outside the server, simply try to connect to the IP on port 22 to verify/check that it is open :) | |||
|
feedback
|
Otherwise it just seems shady with the details you've given us. | |||
|
feedback
|