Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
user-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
56e78d3b
authored
Jun 14, 2017
by
Belákovics Ádám
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ssh connection fully functional
parent
90e416ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
libocci
+1
-1
mainwindow.cpp
+2
-2
No files found.
libocci
@
30b4a5c1
Subproject commit
e5ef02d9e0cab1cbeac1b9ff929d8e2161a46a01
Subproject commit
30b4a5c111538425007e4721c91c66ed0e73424d
mainwindow.cpp
View file @
56e78d3b
...
...
@@ -225,8 +225,8 @@ void MainWindow::on_bConnect_clicked()
{
QTermWidget
*
console
=
new
QTermWidget
(
0
);
console
->
setShellProgram
(
"/usr/bin/sshpass"
);
//QString connString = currentSelectedVM.connString; //use outside of devenv
QString
connString
=
"-p WdqxhS7BmK ssh -o StrictHostKeyChecking=no cloud@vm.ik.bme.hu -p 3309"
;
//test stub
QString
connString
=
currentSelectedVM
.
connString
.
c_str
();
//
QString connString = "-p WdqxhS7BmK ssh -o StrictHostKeyChecking=no cloud@vm.ik.bme.hu -p 3309"; //test stub
QStringList
args
=
connString
.
split
(
" "
);
console
->
setArgs
(
args
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment