shiny server: is it possible to log in to `shiny` user?
2,284 views
Skip to first unread message
Dean Attali
unread,
Jun 19, 2015, 4:06:01 PM6/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com
I'm wondering if it's possible to change user to the `shiny` user in the shell. When I run `su shiny` it prompts me for a password and I don't know what the default password is for that user. I want to login as shiny to be able to debug a problem that's happening only when apps run as shiny in shiny server, yet work fine if I change the "run_as".
Dean Attali
unread,
Jun 19, 2015, 4:10:56 PM6/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com
Got it - I just had to "sudo su shiny" , when I just did "su shiny" from a non-root account it asked me for a password even though there is no password to the user
Weston Mueller
unread,
Jul 15, 2019, 1:36:14 PM7/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shiny - Web Framework for R
I logged in as root and reset the password to get this to work.