No description
Find a file
2017-02-05 21:38:46 +01:00
audible_convert_to_ogg.sh Add files via upload 2017-01-25 22:55:28 +01:00
audible_convert_to_ogg_windows.sh Add files via upload 2017-01-25 22:55:28 +01:00
compile compile easy files 2016-12-18 02:05:13 +01:00
convert_to_audio.sh Update convert_to_audio.sh 2017-01-25 22:22:00 +01:00
convert_to_ogg.sh Update convert_to_ogg.sh 2017-01-25 22:22:45 +01: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
make_mksquashfs.sh Update make_mksquashfs.sh 2017-02-05 21:38:46 +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-02-05 00:11:14 +01:00
sshtunnel1.service Update sshtunnel1.service 2017-02-05 00:10:21 +01:00
start.sh Linux Iso´s erstellen 2017-01-29 23:19:09 +01:00
start2.sh Update start2.sh 2017-02-03 01:58:46 +01:00
start_shellinabox.sh Rename shellinabox_sshwrapper.sh to start_shellinabox.sh 2016-12-15 14:36:59 +01: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'