Skip to content

Commit fe3462f

Browse files
committed
Add links re ssh and background processes
1 parent d51f547 commit fe3462f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ during an sftp transfer signify?
128128

129129
A: Probably a disk full, or permission error.
130130

131+
### TTY's and background processes
132+
133+
Some useful links about ssh and background processes:
134+
135+
- [Snail book](http://www.snailbook.com/faq/background-jobs.auto.html)
136+
- [ssh -t question on stackoverflow](http://stackoverflow.com/questions/14679178/why-does-ssh-wait-for-my-subshells-without-t-and-kill-them-with-t)
137+
- [sudo and tty question on stackoverflow](http://stackoverflow.com/questions/8441637/to-run-sudo-commands-on-a-ec2-instance)
138+
139+
Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
140+
131141
## Installation
132142

133143
Via [clojars](http://clojars.org) and

0 commit comments

Comments
 (0)