git ssh to ipv6 address on non-standard portMake a failed SSH forward a fatal errorSSH login via IPv6...
I just started should I accept a farewell lunch for a coworker I don't know?
Fully submerged water bath for stove top baking?
13th chords on guitar
Can a successful book series let the bad guy win?
How can I know if a PDF file was created via LaTeX or XeLaTeX?
Transferring Data From One Table to Another Using Multiple Keys in ArcPy?
List Manipulation : {{{a,b},{c,d}},{{e,f},{g,h}}} into {{a,b},{c,d},{e,f},{g,h}}
How did Lefschetz do mathematics without hands?
Discworld quote about an "old couple" who having said everything to each other, can finally go about living their lives
Checkmate in 1 on a Tangled Board
How do ohm meters measure high resistances?
How can I open this door latch with the knobs removed?
Robots in a spaceship
Is it okay to fade a human face just to create some space to place important content over it?
Why wasn't EBCDIC designed with contiguous alphanumeric characters?
On what to compliment someone with anorexia in order to improve their body image?
Adjective for 'made of pus' or 'corrupted by pus' or something of something of pus
Ways to get SMD resistors from a strip
Why did the Apple //e make a hideous noise if you inserted the disk upside down?
How do I ensure my employees don't abuse my flexible work hours policy?
Explain usage of "kaved" re Moshe's raising his hands w/ war of Amaleq
How to describe POV characters?
Knight's move in chess.
Origin of the convolution theorem
git ssh to ipv6 address on non-standard port
Make a failed SSH forward a fatal errorSSH login via IPv6 successfull while using IPv4 to the same host yields “Permission denied”How do I run a sock proxy via ssh on a non-standard port?How to ensure SSH port is only open to a specific IP address?Problem with Bitnami Gitlabssh/git does not use GUI to ask for password after upgrade to to Ubuntu 16.04OpenVPN no connectivity when connected through IPv6How to avoid using 'ssh-add ~/.ssh/id_rsa' for every push to a github repo?Change the listening address to IPv4 from IPv6Protocol SSL is not working with Curl
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to access a git respository at a IPv6 address that has a SSH server listening on port 1111, for example.
Access is controlled by SSH key and I can open a SSH session on the gitserver using
ssh git@<IPv6-address> -p 1111
(Yes, I understand that git should not get a shell, but please disregard that)
I can access the repository using IPv4 like this :
git clone git@<IPv4-address>:1111/git/tarn.git
But the IPv6 version does not work.
Cloning into 'tarn'...
ssh: connect to host <IPv6 address> port 22: No route to host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
What do I need here?
ssh git ipv6
add a comment |
I am trying to access a git respository at a IPv6 address that has a SSH server listening on port 1111, for example.
Access is controlled by SSH key and I can open a SSH session on the gitserver using
ssh git@<IPv6-address> -p 1111
(Yes, I understand that git should not get a shell, but please disregard that)
I can access the repository using IPv4 like this :
git clone git@<IPv4-address>:1111/git/tarn.git
But the IPv6 version does not work.
Cloning into 'tarn'...
ssh: connect to host <IPv6 address> port 22: No route to host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
What do I need here?
ssh git ipv6
add a comment |
I am trying to access a git respository at a IPv6 address that has a SSH server listening on port 1111, for example.
Access is controlled by SSH key and I can open a SSH session on the gitserver using
ssh git@<IPv6-address> -p 1111
(Yes, I understand that git should not get a shell, but please disregard that)
I can access the repository using IPv4 like this :
git clone git@<IPv4-address>:1111/git/tarn.git
But the IPv6 version does not work.
Cloning into 'tarn'...
ssh: connect to host <IPv6 address> port 22: No route to host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
What do I need here?
ssh git ipv6
I am trying to access a git respository at a IPv6 address that has a SSH server listening on port 1111, for example.
Access is controlled by SSH key and I can open a SSH session on the gitserver using
ssh git@<IPv6-address> -p 1111
(Yes, I understand that git should not get a shell, but please disregard that)
I can access the repository using IPv4 like this :
git clone git@<IPv4-address>:1111/git/tarn.git
But the IPv6 version does not work.
Cloning into 'tarn'...
ssh: connect to host <IPv6 address> port 22: No route to host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
What do I need here?
ssh git ipv6
ssh git ipv6
asked 1 hour ago
Stephen BostonStephen Boston
2593 silver badges11 bronze badges
2593 silver badges11 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f527378%2fgit-ssh-to-ipv6-address-on-non-standard-port%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f527378%2fgit-ssh-to-ipv6-address-on-non-standard-port%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