Solved OpenSSH installed, but cannot use SCP
-
Okay, OpenSSH is missing files.
yum reinstall openssh
-
No joy. I'm still getting the same output when I run just scp or which scp.
-
What is the history on this remote server? What was installed, what modified since it was put in?
-
@scottalanmiller said:
Code blocks is just for spaces at the beginning of a line.
That is a shortcut for single line.
A full block is three backticks on a line by itself, then the code, then three backticks on a line by itself to close it.
-
@JaredBusch said:
@scottalanmiller said:
Code blocks is just for spaces at the beginning of a line.
That is a shortcut for single line.
A full block is three backticks on a line by itself, then the code, then three backticks on a line by itself to close it.
That's way handier than what I have been doing. I need to start doing that.
-
@Kelly said:
No joy. I'm still getting the same output when I run just scp or which scp.
On both servers or just one?
-
@scottalanmiller said:
What is the history on this remote server? What was installed, what modified since it was put in?
Brand new, clean install. The only thing I've done on it is run updates.
-
@johnhooks said:
@Kelly said:
No joy. I'm still getting the same output when I run just scp or which scp.
On both servers or just one?
I'm trying to copy from my MBP to the server, and I'm just getting that on the remote server.
-
@JaredBusch said:
@scottalanmiller said:
Code blocks is just for spaces at the beginning of a line.
That is a shortcut for single line.
A full block is three backticks on a line by itself, then the code, then three backticks on a line by itself to close it.
code block
-
Other code block
-
@Kelly said:
@JaredBusch said:
@scottalanmiller said:
Code blocks is just for spaces at the beginning of a line.
That is a shortcut for single line.
A full block is three backticks on a line by itself, then the code, then three backticks on a line by itself to close it.
code block
Yeah if you do not put them on separate lines, it acts like a normal single backtick for a bit of inline code.
-
@Kelly said:
@scottalanmiller said:
What is the history on this remote server? What was installed, what modified since it was put in?
Brand new, clean install. The only thing I've done on it is run updates.
Wow, so weird.
-
https://www.centos.org/forums/viewtopic.php?t=5153 This person had the same issue
Is there an openssh-clients package to install? I don't have a 6.7 server running to test on.
-
@johnhooks said:
https://www.centos.org/forums/viewtopic.php?t=5153 This person had the same issue
Is there an openssh-clients package to install? I don't have a 6.7 server running to test on.
There is one, yes.
-
Oh yes, that appears to be missing.
-
I ran across that forum post as well, but both the OpenSSH-client and OpenSSH-server packages are installed.
-
@Kelly It looks like they instruct to install openssh-clients in the final response at the bottom of the thread (as opposed to openssh-client). Have you attempted that?
-
@Kelly said:
I ran across that forum post as well, but both the OpenSSH-client and OpenSSH-server packages are installed.
-client is not in the list that you posted.
-
@RamblingBiped said:
@Kelly It looks like they instruct to install openssh-clients in the final response at the bottom of the thread (as opposed to openssh-client). Have you attempted that?
yes, definitely plural.
-
On CentOS 7, this is the package list...
openssh-6.6.1p1-23.el7_2.x86_64 openssh-server-6.6.1p1-23.el7_2.x86_64 openssh-clients-6.6.1p1-23.el7_2.x86_64