How to SSH from my Debian desktop into a USB connected device

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have an external device (a new phone called the Gemini PDA) that runs LXQt and I need to connect to it through my desktop computer, which is running Ubuntu. I've been told that I can connect through SSH but this is something I've never done before. I see instructions for Windows that involves running software called Putty, so it makes me wonder if I need an analogous software. If not, then I have my device connected by USB to my desktop and a terminal open on both devices. From here, what can I do to use my desktop's keyboard to type into the terminal on my external device?







share|improve this question















  • 1




    putty exists in Ubuntu (packages.ubuntu.com/search?keywords=putty), though I'd just go to terminal and type ssh 99.99.99.99 (where 99.99.99.99 is the ip address of device you want to connect to, or user@99.99.99.99 if you want/need a different userid than your current one on that device). If you know putty you could use it too
    – guiverc
    Jun 6 at 4:17














up vote
0
down vote

favorite












I have an external device (a new phone called the Gemini PDA) that runs LXQt and I need to connect to it through my desktop computer, which is running Ubuntu. I've been told that I can connect through SSH but this is something I've never done before. I see instructions for Windows that involves running software called Putty, so it makes me wonder if I need an analogous software. If not, then I have my device connected by USB to my desktop and a terminal open on both devices. From here, what can I do to use my desktop's keyboard to type into the terminal on my external device?







share|improve this question















  • 1




    putty exists in Ubuntu (packages.ubuntu.com/search?keywords=putty), though I'd just go to terminal and type ssh 99.99.99.99 (where 99.99.99.99 is the ip address of device you want to connect to, or user@99.99.99.99 if you want/need a different userid than your current one on that device). If you know putty you could use it too
    – guiverc
    Jun 6 at 4:17












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have an external device (a new phone called the Gemini PDA) that runs LXQt and I need to connect to it through my desktop computer, which is running Ubuntu. I've been told that I can connect through SSH but this is something I've never done before. I see instructions for Windows that involves running software called Putty, so it makes me wonder if I need an analogous software. If not, then I have my device connected by USB to my desktop and a terminal open on both devices. From here, what can I do to use my desktop's keyboard to type into the terminal on my external device?







share|improve this question











I have an external device (a new phone called the Gemini PDA) that runs LXQt and I need to connect to it through my desktop computer, which is running Ubuntu. I've been told that I can connect through SSH but this is something I've never done before. I see instructions for Windows that involves running software called Putty, so it makes me wonder if I need an analogous software. If not, then I have my device connected by USB to my desktop and a terminal open on both devices. From here, what can I do to use my desktop's keyboard to type into the terminal on my external device?









share|improve this question










share|improve this question




share|improve this question









asked Jun 6 at 4:15









Addem

2732412




2732412







  • 1




    putty exists in Ubuntu (packages.ubuntu.com/search?keywords=putty), though I'd just go to terminal and type ssh 99.99.99.99 (where 99.99.99.99 is the ip address of device you want to connect to, or user@99.99.99.99 if you want/need a different userid than your current one on that device). If you know putty you could use it too
    – guiverc
    Jun 6 at 4:17












  • 1




    putty exists in Ubuntu (packages.ubuntu.com/search?keywords=putty), though I'd just go to terminal and type ssh 99.99.99.99 (where 99.99.99.99 is the ip address of device you want to connect to, or user@99.99.99.99 if you want/need a different userid than your current one on that device). If you know putty you could use it too
    – guiverc
    Jun 6 at 4:17







1




1




putty exists in Ubuntu (packages.ubuntu.com/search?keywords=putty), though I'd just go to terminal and type ssh 99.99.99.99 (where 99.99.99.99 is the ip address of device you want to connect to, or user@99.99.99.99 if you want/need a different userid than your current one on that device). If you know putty you could use it too
– guiverc
Jun 6 at 4:17




putty exists in Ubuntu (packages.ubuntu.com/search?keywords=putty), though I'd just go to terminal and type ssh 99.99.99.99 (where 99.99.99.99 is the ip address of device you want to connect to, or user@99.99.99.99 if you want/need a different userid than your current one on that device). If you know putty you could use it too
– guiverc
Jun 6 at 4:17















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044019%2fhow-to-ssh-from-my-debian-desktop-into-a-usb-connected-device%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044019%2fhow-to-ssh-from-my-debian-desktop-into-a-usb-connected-device%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491