socat and "no job control in this shell"
Posted
by Vi
on Super User
See other posts from Super User
or by Vi
Published on 2010-03-24T22:46:08Z
Indexed on
2010/03/24
22:53 UTC
Read the original article
Hit count: 411
socat - exec:'bash -li',pty,stderr,ctty
-> bash: no job control in this shell
What options should I use to get fully fledged shell as I get with ssh/sshd?
I want be able to connect the shell to everything socat can handle (socks5, udp, openssl), but also to have a nice shell which correctly interprets all keys, various Ctrl+C/Ctrl+Z and jobs control.
/* Requested tags: socat job-control */
© Super User or respective owner