No description
audible_convert_to_audio.sh | ||
audible_convert_to_audio_windows.sh | ||
compile | ||
convert_to_audio.sh | ||
convert_to_flac.sh | ||
convert_to_ogg.sh | ||
convert_to_ogg_oggenc.sh | ||
image.sh | ||
image2.sh | ||
image3.sh | ||
image4.sh | ||
LICENSE | ||
README.md | ||
shellinabox.service | ||
shellinabox_sshwrapper.sh | ||
sshtunnel.service | ||
sshtunnel1.service | ||
start.sh | ||
start2.sh | ||
start_shellinabox.sh | ||
test_flac_files.sh | ||
texttoecho.py |
shell-scripte
Nützliche shell-scripte
ssh tunnel vom server oder zum server einrichten mit:
ssh-keygen -t rsa -b 4096
ssh-copy-id -i ~/.ssh/id_rsa.pub user@server
oder
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'