qsantos / hamssh

Encryption-less Variant of OpenSSH for amateur radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HamSSH

Encryption-less Variant of OpenSSH for amateur radio

International bodies and local governments grants special rights to operators of the amateur radio service. This allows free tinkering and experimentation with wireless technology. In exchange, all communications should be performed in the clear.

However, this does not preclude the use of cryptography altogether. This project allows using SSH over in the amateur radio service, such as AMPRNet. This can be useful for secure authentication without passwords.

Note: all communications are unencrypted, do not use passwords in a HamSSH session

See also HamFox.

Installation

This project uses the same build process as the OpenSSH project on which it is built upon. All installation names have been prefixed with “ham”, so there should be no conflict with regular OpenSSH.

autoreconf
./configure
make -j$(nproc)
sudo make install

You can also look at the original README.

About

Encryption-less Variant of OpenSSH for amateur radio

License:Other


Languages

Language:C 81.5%Language:Shell 7.6%Language:Roff 5.9%Language:M4 3.0%Language:Makefile 1.1%Language:HTML 0.4%Language:C++ 0.4%Language:Awk 0.2%Language:KRL 0.1%