Types of SSH connection error The 2019 Stack Overflow Developer Survey Results Are In ...
Sub-subscripts in strings cause different spacings than subscripts
Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)
Example of compact Riemannian manifold with only one geodesic.
Why can't wing-mounted spoilers be used to steepen approaches?
Working through the single responsibility principle (SRP) in Python when calls are expensive
How to read αἱμύλιος or when to aspirate
What happens to a Warlock's expended Spell Slots when they gain a Level?
Why doesn't shell automatically fix "useless use of cat"?
Homework question about an engine pulling a train
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
Why are PDP-7-style microprogrammed instructions out of vogue?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Nested ellipses in tikzpicture: Chomsky hierarchy
When did F become S? Why?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Presidential Pardon
How many cones with angle theta can I pack into the unit sphere?
Single author papers against my advisor's will?
How did the crowd guess the pentatonic scale in Bobby McFerrin's presentation?
Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?
Make it rain characters
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Windows 10: How to Lock (not sleep) laptop on lid close?
Types of SSH connection error
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Establish SSH connection via SSH tunnel in a single commandUbuntu - Clone Terminal Window with SSH ConnectionHow does one view the terminal (tty) output externally? (Not a new ssh session, but what is currently going on)SSH - Software caused connection abort for single loginWhy ssh connection is refused?SSH Network Error: Software caused connection abortHow can a “dropped” but still connected reverse-SSH tunnel be picked up again?Rsync ssh connection closedWhat is password of ssh login for ssh over tor hidden services? Where can I find it?SSH websetup -y “command not found” - Putty (Mac)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I've got a Raspberry to which I normally connect via SSH. However, I've noticed different types of error over time that I've tried to connect to it. I want to know what makes them fundamentally different from each other rather than the obvious reason that it was a connection error.
Are there any more types of these? Can you point me to a resource that lists all of them?
ssh terminal
add a comment |
I've got a Raspberry to which I normally connect via SSH. However, I've noticed different types of error over time that I've tried to connect to it. I want to know what makes them fundamentally different from each other rather than the obvious reason that it was a connection error.
Are there any more types of these? Can you point me to a resource that lists all of them?
ssh terminal
These are all network-level errors indicating that the server wasn't reachable; the difference is how it realized it couldn't connect.
– Gordon Davisson
yesterday
add a comment |
I've got a Raspberry to which I normally connect via SSH. However, I've noticed different types of error over time that I've tried to connect to it. I want to know what makes them fundamentally different from each other rather than the obvious reason that it was a connection error.
Are there any more types of these? Can you point me to a resource that lists all of them?
ssh terminal
I've got a Raspberry to which I normally connect via SSH. However, I've noticed different types of error over time that I've tried to connect to it. I want to know what makes them fundamentally different from each other rather than the obvious reason that it was a connection error.
Are there any more types of these? Can you point me to a resource that lists all of them?
ssh terminal
ssh terminal
edited yesterday
nKn
4,62052434
4,62052434
asked yesterday
jaitjait
62
62
These are all network-level errors indicating that the server wasn't reachable; the difference is how it realized it couldn't connect.
– Gordon Davisson
yesterday
add a comment |
These are all network-level errors indicating that the server wasn't reachable; the difference is how it realized it couldn't connect.
– Gordon Davisson
yesterday
These are all network-level errors indicating that the server wasn't reachable; the difference is how it realized it couldn't connect.
– Gordon Davisson
yesterday
These are all network-level errors indicating that the server wasn't reachable; the difference is how it realized it couldn't connect.
– Gordon Davisson
yesterday
add a comment |
1 Answer
1
active
oldest
votes
There could be many reasons for this happening.
In the case of knowing what some of the errors are, there is a good resource here
add a comment |
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%2f1424182%2ftypes-of-ssh-connection-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There could be many reasons for this happening.
In the case of knowing what some of the errors are, there is a good resource here
add a comment |
There could be many reasons for this happening.
In the case of knowing what some of the errors are, there is a good resource here
add a comment |
There could be many reasons for this happening.
In the case of knowing what some of the errors are, there is a good resource here
There could be many reasons for this happening.
In the case of knowing what some of the errors are, there is a good resource here
answered yesterday
RandomheroRandomhero
1215
1215
add a comment |
add a comment |
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.
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%2f1424182%2ftypes-of-ssh-connection-error%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
These are all network-level errors indicating that the server wasn't reachable; the difference is how it realized it couldn't connect.
– Gordon Davisson
yesterday