update
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
3187235b6c
commit
9468f9b060
34 changed files with 108 additions and 58 deletions
16
securemail
16
securemail
|
|
@ -20,11 +20,21 @@ HOST="nico@62.65.138.78"
|
|||
HOST="home.schottelius.org"
|
||||
HOST="nico@77.109.138.222"
|
||||
|
||||
ssh -T -f -C -N -L2323:mx3.schottelius.org:$IMAPS "$HOST"
|
||||
ssh -T -f -C -N -L4241:mx3.schottelius.org:$SMTP "$HOST"
|
||||
if [ $# -ge 1 ]; then
|
||||
HOST=$1; shift
|
||||
fi
|
||||
|
||||
ssh -T -f -C -N \
|
||||
-L2323:mx3.schottelius.org:$IMAPS \
|
||||
-L4241:mx3.schottelius.org:$SMTP \
|
||||
-L2324:imap.googlemail.com:$IMAPS \
|
||||
-L2325:mail.zhaw.ch:$IMAPS \
|
||||
-R :4242:localhost:22 \
|
||||
-D 12345 \
|
||||
"$HOST" "$@"
|
||||
|
||||
# Fernzugriff
|
||||
ssh -T -f -C -N -R4242:localhost:22 "$HOST"
|
||||
# ssh -T -f -C -N -R4242:localhost:22 "$HOST"
|
||||
|
||||
#ssh -T -f -C -N -L2342:mx2.schottelius.org:$SMTP 62.65.138.66
|
||||
#ssh -T -f -C -N -L4242:imaps.schottelius.org:$IMAPS "$HOST"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue