ssh

command
v0.8.0-beta.11 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: AGPL-3.0 Imports: 12 Imported by: 0

README

URDT-USSD SSH server

An SSH server entry point for the vise engine.

Adding public keys for access

Map your (client) public key to a session identifier (e.g. phone number)

go run -v -tags logtrace ./cmd/ssh/sshkey/main.go -i <session_id> [--dbdir <dbpath>] <client_publickey_filepath>

Create a private key for the server

ssh-keygen -N "" -f <server_privatekey_filepath>

Run the server

go run -v -tags logtrace ./cmd/ssh/main.go -h <host> -p <port> [--dbdir <dbpath>] <server_privatekey_filepath>

Connect to the server

ssh [-v] -T -p <port> -i <client_publickey_filepath> <host>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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