File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,16 @@ during an sftp transfer signify?
128
128
129
129
A: Probably a disk full, or permission error.
130
130
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
+
131
141
## Installation
132
142
133
143
Via [clojars](http://clojars.org ) and
You can’t perform that action at this time.
0 commit comments