ssh Questions
3
iTerm2 allows you to click on a link (CMD+click) and open it quickly. However, when working over SSH, this doesn't work. Is it possible to enable this functionality, so that I can CMD+click a file,...
2
I want to copy public keys to my server from a windows system.
And the problem I have is, that I don't get the path to the key.
I've tried things like:
ssh-copy-id -i C:/Users/username/.ssh/mykey...
2
Solved
I have to use SQLPLUS for my database class, and our first assignment is simple saving.
I followed the instructions.. (I'm using PuTTY to access sqlplus)
"Use the following SQL commands in this e...
3
I've set the core.sshCommand option for a repo so that I could use a different ssh key when working with it (i.e. sshCommand = ssh -i /path/to/key). However, when I run git submodule update this op...
Charmainecharmane asked 26/8, 2019 at 11:32
3
We have been happily using ArgoCD with public repositories for a while, but we've run into problems trying to connect ArgoCD to a private repository. We have an Application that looks like this:
ap...
Sheaves asked 15/9, 2021 at 21:0
1
I'm looking for a way to connect to a server with VSCode without an SSH key. One way is to enable password authentication which I'd rather avoid. The servers are on company LAN but I still don't wa...
Mauretta asked 22/2, 2020 at 5:34
2
Solved
Seems like most people that are having this problem are experiencing the issue on the remote server (i.e. running Git on the remote). I am having this problem at the local level (no AgentForwarding...
Spadefish asked 15/12, 2023 at 23:55
6
I am trying to connect my VSCode to a raspberry pi4 via the Remote - SSH extension by Microsoft, but I get a ECONNREFUSED error every time. The error log:
[14:49:20.954] Starting forwarding server....
Agalloch asked 24/3, 2023 at 20:4
3
Solved
I am curious about cloning projects using git. In order to clone a project we are calling:
git clone [email protected]:MY_GIT_USERNAME/PROJECT.git
So what we are doing here, is we are acce...
7
Need Help 🛬
Framework - Laravel
Hosting - Hostgator
Problem Statement :- I need to run the 'composer update'. All dependencies required minimun php -v of 5.5.9. I have manualy Upgrade the php...
2
Solved
I'm using paramiko to connect to an SFTP server on which I have to download and process some files.
The server has a timeout set to 5 minutes, but some days it happens that the processing of the f...
3
I am using https://krusader.org/ in Ubuntu.
Do you know if it possible to connect using a private SSH key (pem/ppk file)? I cannot find documentation about that.
Zenaidazenana asked 1/5, 2017 at 5:45
5
My PC is Windows 10 Pro, 22H2
In my closed work environment, I SSH from Windows command line into many devices that all have the same IP (one at a time, not concurrently on my network at the same t...
Outermost asked 1/2, 2023 at 17:56
3
Solved
Below are my steps to create and attempt to add an SSH key but I'm rather unsure where I am going wrong, any help is greatly appreciated! (I'm new to this, sorry)
Following online instructions, I f...
2
Solved
I able to connect to my VM instance in GCP with a SSH key.
I added user with the sudo useradd -m -s /bin/bash -G {groups} {new user name} command, and changed the password with th passwd {new user ...
Linnea asked 30/12, 2019 at 16:4
3
Solved
Is it possible to peek at the contents of a running screen session?
In order words, look through the window without going in to the room!
e.g.
ssh [email protected] screen --look (and show ...
Vanward asked 26/3, 2020 at 12:19
4
For the last couple of days I have been unable to push to the remote (gitlab), it has worked before this. I know this question has 10s of similar SO questions and perhaps an answer is somewhere in ...
Nan asked 7/4, 2018 at 18:17
4
Solved
I am connecting to a CENTOS 7.4 machine from my MAC using remote ssh extension. Everything was working fine in v1.42. I updated to v1.43 yesterday and now VSCode cannot connect. I get following err...
Rooseveltroost asked 11/3, 2020 at 19:6
5
Solved
I have a computer at work which I sometimes wakeup from home in order to access it but when boots and gets another IP address from our DHCP server, how can I access it?
The situation and my “workfl...
Roden asked 4/3, 2016 at 20:20
3
When trying to load my keys I get this error
ssh-add ~/.ssh
Permissions 0755 for '/home/starkers/.ssh' are too open.
Note that the permissions are too open for the .ssh directory, not an actual ...
Pilferage asked 14/11, 2013 at 8:2
4
I am trying to clone a git repository using command:
git clonerepo test_simrkaur
But getting this error:
[simrkaur@bhlinb40 Repos]$ git clonerepo test_simrkaur
Cloning into 'test_simrkaur'...
remo...
5
Solved
How do I setup passwordless ssh between nodes on AWS cluster
Jobber asked 4/1, 2011 at 13:21
1
I need to run an android project from a remote location to the Appetize.io simulators. The simulator provides an ssh command to do it. Every time I tried to connect, it outputs the following error:...
Strawn asked 2/9, 2019 at 17:11
2
I'm running Terminal on my Mac and SSH'ing into a Linux host. When I paste text, it will often capitalize the last character of whatever I'm pasting, and the cursor will turn gray and I won't...
Takamatsu asked 21/12, 2019 at 0:27
8
I could connect to ec2 instance with the following command, but today I couldn't connect using it.
ssh -i abcKey.pem [email protected] -v
Following is the verbose. I have opened SSH port in...
Revell asked 16/4, 2015 at 7:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.