unable to use terminal after SSH to windows server using FreeSSHD
I have setup a SSH server on windows using freeSSHD.
From Linux machine I run the following command to SSH to Windows:
SSH -i mykey myuser@mymachine
The moment I hit the enter button, I no longer can type anything in the terminal as all the text in the terminal disarranged, but I can see it was successfully connected to the windows server.
linux ssh freesshd
add a comment |
I have setup a SSH server on windows using freeSSHD.
From Linux machine I run the following command to SSH to Windows:
SSH -i mykey myuser@mymachine
The moment I hit the enter button, I no longer can type anything in the terminal as all the text in the terminal disarranged, but I can see it was successfully connected to the windows server.
linux ssh freesshd
I presume this is a problem? (you might want to reword the question)... Have you checked the Windows box for a popup dialog / error message? What does^D
do?
– Attie
Dec 6 '18 at 23:58
Have you tried the official forums for that product? You can make a bug report there: freesshd.com/index.php?ctt=forum
– HackSlash
Dec 7 '18 at 0:01
1
It's difficult to answer this question without seeing how the text is "disarranged" - it may be as simple as the Windows end-of-line sequence vs. the Linux end-of-line sequence, or a mismatching TERM type, or something completely different.
– dirkt
Dec 7 '18 at 12:52
add a comment |
I have setup a SSH server on windows using freeSSHD.
From Linux machine I run the following command to SSH to Windows:
SSH -i mykey myuser@mymachine
The moment I hit the enter button, I no longer can type anything in the terminal as all the text in the terminal disarranged, but I can see it was successfully connected to the windows server.
linux ssh freesshd
I have setup a SSH server on windows using freeSSHD.
From Linux machine I run the following command to SSH to Windows:
SSH -i mykey myuser@mymachine
The moment I hit the enter button, I no longer can type anything in the terminal as all the text in the terminal disarranged, but I can see it was successfully connected to the windows server.
linux ssh freesshd
linux ssh freesshd
edited Dec 6 '18 at 23:55
Rey Juna
54110
54110
asked Dec 6 '18 at 22:22
Benjamin
1012
1012
I presume this is a problem? (you might want to reword the question)... Have you checked the Windows box for a popup dialog / error message? What does^D
do?
– Attie
Dec 6 '18 at 23:58
Have you tried the official forums for that product? You can make a bug report there: freesshd.com/index.php?ctt=forum
– HackSlash
Dec 7 '18 at 0:01
1
It's difficult to answer this question without seeing how the text is "disarranged" - it may be as simple as the Windows end-of-line sequence vs. the Linux end-of-line sequence, or a mismatching TERM type, or something completely different.
– dirkt
Dec 7 '18 at 12:52
add a comment |
I presume this is a problem? (you might want to reword the question)... Have you checked the Windows box for a popup dialog / error message? What does^D
do?
– Attie
Dec 6 '18 at 23:58
Have you tried the official forums for that product? You can make a bug report there: freesshd.com/index.php?ctt=forum
– HackSlash
Dec 7 '18 at 0:01
1
It's difficult to answer this question without seeing how the text is "disarranged" - it may be as simple as the Windows end-of-line sequence vs. the Linux end-of-line sequence, or a mismatching TERM type, or something completely different.
– dirkt
Dec 7 '18 at 12:52
I presume this is a problem? (you might want to reword the question)... Have you checked the Windows box for a popup dialog / error message? What does
^D
do?– Attie
Dec 6 '18 at 23:58
I presume this is a problem? (you might want to reword the question)... Have you checked the Windows box for a popup dialog / error message? What does
^D
do?– Attie
Dec 6 '18 at 23:58
Have you tried the official forums for that product? You can make a bug report there: freesshd.com/index.php?ctt=forum
– HackSlash
Dec 7 '18 at 0:01
Have you tried the official forums for that product? You can make a bug report there: freesshd.com/index.php?ctt=forum
– HackSlash
Dec 7 '18 at 0:01
1
1
It's difficult to answer this question without seeing how the text is "disarranged" - it may be as simple as the Windows end-of-line sequence vs. the Linux end-of-line sequence, or a mismatching TERM type, or something completely different.
– dirkt
Dec 7 '18 at 12:52
It's difficult to answer this question without seeing how the text is "disarranged" - it may be as simple as the Windows end-of-line sequence vs. the Linux end-of-line sequence, or a mismatching TERM type, or something completely different.
– dirkt
Dec 7 '18 at 12:52
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381486%2funable-to-use-terminal-after-ssh-to-windows-server-using-freesshd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381486%2funable-to-use-terminal-after-ssh-to-windows-server-using-freesshd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I presume this is a problem? (you might want to reword the question)... Have you checked the Windows box for a popup dialog / error message? What does
^D
do?– Attie
Dec 6 '18 at 23:58
Have you tried the official forums for that product? You can make a bug report there: freesshd.com/index.php?ctt=forum
– HackSlash
Dec 7 '18 at 0:01
1
It's difficult to answer this question without seeing how the text is "disarranged" - it may be as simple as the Windows end-of-line sequence vs. the Linux end-of-line sequence, or a mismatching TERM type, or something completely different.
– dirkt
Dec 7 '18 at 12:52