client-ssh-tunnel

command
v0.0.0-...-8856456 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2019 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Event Socket client that connects via SSH to FreeSWITCH to originate a new call.

In order for this example to work, you need to create a passphraseless ssh key pair.

$ ssh-keygen -b 2048 -t rsa -f /tmp/id_rsa -q -N ""

Then you need to copy the public key from /tmp/id_rsa.pub to the user's ~/.ssh/authorized_keys file on the remote host. If you don't copy the public key, the password authentication is used instead.

WARNING: Please be aware, that anyone which has the private key, can connect to the remote system, without any password!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL