This commit is contained in:
Daniel Larimer 2012-11-09 01:45:17 -05:00
parent 69114cabd7
commit c9e31c9656

View file

@ -14,7 +14,7 @@ int main( int argc, char** argv ) {
// fc::string pw;
// std::cin>>pw;
fc::ssh::client c;
c.connect( "dlarimer", "yyRK@$p9", "localhost" );
c.connect( "dlarimer", "", "localhost" );
fc::ssh::process proc = c.exec( "/bin/ls" );
while( !proc.out_stream().eof() ) {
fc::string line;