

In instances where SSH runs on a different port, say 2345, specify the port number with the -p option: client ssh -p 2345 tux10.200.1.3. For example, to log in as the user tux to a server located at 10.200.1.3: client ssh tux10.200.1.3.

If you have your own laptop, AjaxTerm or equivalent is still useful if your only internet connection is behind a firewall that blocks ssh traffic. To access a server with IP 10.200.1.3 from another Linux system, the syntax is: ssh userhost. Don't forget to take your password list with you. All remote support is provided by connecting to your PBX using SSH protocol on port 22 or equivalent port. However, DPMA version 3.6.1 is a new DPMA implementation that contains the updated SSL fix. You can alleviate most of the risks by setting up one-time passwords on your servers (most attackers won't bother supporting this). FreePBX/PBXact has included DPMA in Endpoint Manager. In fact your server policy may forbid you from doing this. In FreePBX open Settings Advanced Settings. There are 2 more passwords that should be changed. On the right side of the page below Add User select admin.

To change the FreePBX login select Admin Administrators in FreePBX. Create a ssh key pair with ssh-keygen And copy your public key on the server in the file: C:\Users\ServerUser\.ssh\authorizedkeys if it's a Windows Server. Change the password for SSH or console login with: passwd.
CONNECT TO SSH SHELL FREE PBX INSTALL
And yes, there are plenty of keyloggers on such machines in the wild. If you want to use ssh and scp in your script without dealing with password you should install your public ssh key on you server. The downside of this, or indeed of any solution that requires you to use clients not under your control (internet points/cafés), is that you'll have to type your password on a machine that may be running a keylogger that will record it and then use your account (typically to send spam). Install it on a website under your control before you leave. I've heard good recommendations for AjaxTerm, though I've never used it.
