From: Sarith Fernando Date: 2011-02-25T00:57:57+09:00 Subject: NET::SSH sudo su problems I'm trying to run the following code and having problems Net::SSH.start(host, user) do |ssh| ssh.exec!("sudo su - qos") I run the main which calls this method, but it just hangs and doesnt actually change the user to "qos" -- Posted via http://www.ruby-forum.com/.