No description
Find a file
Your Name b9f078a494 test
2017-05-14 15:40:11 +02:00
audible_convert_to_audio.sh fix 2017-05-14 13:53:28 +02:00
audible_convert_to_audio_windows.sh fix 2017-05-14 13:53:28 +02:00
compile compile easy files 2016-12-18 02:05:13 +01:00
convert_to_audio.sh fix 2017-05-14 15:22:25 +02:00
convert_to_flac.sh fix 2017-05-14 15:22:25 +02:00
convert_to_ogg.sh fix 2017-05-14 15:17:07 +02:00
convert_to_ogg_oggenc.sh fix 2017-05-14 15:17:07 +02:00
image.sh Linux Iso´s erstellen 2017-01-29 23:19:09 +01:00
image2.sh Update image2.sh 2017-02-05 01:46:51 +01:00
image3.sh Create image3.sh 2017-02-05 20:00:03 +01:00
image4.sh Update image4.sh 2017-02-05 20:19:35 +01:00
LICENSE Initial commit 2016-12-08 14:03:02 +01:00
README.md Create README.md 2017-01-15 16:17:27 +01:00
shellinabox.service systemd service 2016-12-15 15:54:36 +01:00
shellinabox_sshwrapper.sh besseres english :D 2016-12-26 17:43:05 +01:00
sshtunnel.service Update sshtunnel.service 2017-03-14 23:09:14 +01:00
sshtunnel1.service Update sshtunnel1.service 2017-03-14 23:09:08 +01:00
start.sh Linux Iso´s erstellen 2017-01-29 23:19:09 +01:00
start2.sh Update 2017-02-09 04:24:33 +01:00
start_shellinabox.sh Rename shellinabox_sshwrapper.sh to start_shellinabox.sh 2016-12-15 14:36:59 +01:00
test_flac_files.sh test 2017-05-14 15:40:11 +02:00
texttoecho.py texttoecho 2017-05-14 13:34:35 +02:00

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'