alfred-workflows-textshortcut
alfred-workflows-textshortcut copied to clipboard
tc problem
I get this error with tc:
[ERROR: alfred.workflow.output.script] 273:297: execution error: Pseudo-terminal will not be allocated because stdin is not a terminal.
Thanks!
Hi @sdaza This error is returned by OS. If you run the exactly command in Terminal, it executes ok? The command was executed but probably, this command requires user interaction like password or other things. Maybe try executing with "sudo".
Hi @rtoshiro,
The command works in Terminal and leads to Password:. I am trying to connect to a server: ssh -Y server.
Ok, but unfortunately, commands that prompts for stdin will not work. I have these kind of commands too with scp, and I use it without password. In fact, is more secure to disable ssh password login and access it through a key. But of course, you need to have a little bit of server access to configure it. Some hosts have this kind of feature by default. Well. Sorry. I hope I could help :) Best T
Thanks @rtoshiro!