remote access with ssh
-
- Posts: 1
- Joined: Wed May 20, 2020 6:49 pm
remote access with ssh
I am trying to access my zoneminder 1.34.16 from a windows client via ssh. I am a novice and need some general help on command line options to bring up the console. System is up and working well. Need help on zone definitions as well but immediate need is remote access. Any help appreciated.
Re: remote access with ssh
First off.. is ssh installed on the server?
in a command prompt on the the server... do
ps ax | grep sshd
See any lines?
Maybe try sudo apt-get install ssh
next.. is the server publicly accessible?
more info needed.
in a command prompt on the the server... do
ps ax | grep sshd
See any lines?
Maybe try sudo apt-get install ssh
next.. is the server publicly accessible?
more info needed.
-
- Posts: 9
- Joined: Sat Jul 04, 2020 5:03 pm
Re: remote access with ssh
What distro is your server running?