Questions tagged [ssh]
SSH (Secure SHell) is a protocol for securely running commands on a remote computer. Use this tag for questions about configuring, using and trouble-shooting SSH client and server software.
8,238 questions
0
votes
2
answers
2k
views
VNC Server and Putty
I am using PUTTY and VNCSERVER/VNC Viewer to use XWINDOWS to use UNIX software remotely on a Windows Machine.
I use PUTTY to SSH into my server.
I started VNCSERVER in UNIX
I not port it tells me
I ...
599
votes
7
answers
582k
views
Scroll inside Screen, or Pause Output
I use screen for my command-line tasks while managing the servers where I work. I usually run small commands (mostly file-system tasks) but sometimes I run more extensive tasks (like DBA).
The output ...
1
vote
1
answer
2k
views
Generating SSH key (ed25519-sk) with FIDO2 token fails with error "Key enrollment failed: requested feature not supported"
I am trying to generate SSH key using FIDO2 HW token (GoTrust Idem Key, USB-A) connected with command:
ssh-keygen -O no-touch-required -t ed25519-sk -vvv
and it fails with following error:
Generating ...
1
vote
1
answer
2k
views
Getting the number of failed login attempts since the last successful login
How can I reproduce this message, when we make an SSH connection:
Last failed login: Sun Feb 19 03:52:25
There were 41 failed login attempts since the last successful login.
I want to configure a ...
4
votes
1
answer
2k
views
libvirt-bin error on a VM when I try to list VM
I'm using Virtualbox 4.3.18 on my Arch Linux Host machine and libvirt-bin 1.2.9 on my Ubuntu Server Cloud guest machine. Everytime I try to follow this tutorial I receive the following error when I ...
20
votes
3
answers
79k
views
ssh connection. X11 connection rejected because of wrong authentication
I'm trying to access a cluster in my lab using ssh and it works. But then I'm not able to do anything:
user@users:~> nautilus
X11 connection rejected because of wrong authentication.
Could not ...
0
votes
1
answer
2k
views
To disabled the `PrintLastLog` on the SSH server
I can connect by ssh, and preform commands normally.
I can only login successfully connecting by WCP. But after the login it gives this error:
Error detecting variable containing return code of last ...
2
votes
1
answer
2k
views
ssh asking for a password but not accepting it
I'm trying to scp through a virtual machine but when the guest terminal asks for my host user password it simply does not accept my real user password. Is the machine asking for another entry?
The ...
2
votes
1
answer
2k
views
SOCKS proxy over Reverse SSH
I've seen a similar question but it's different enough for the answer not to quite work.
I have two Debian Buster hosts - one in a private network (A); one in Azure (B).
I'd like Host A to initiate a ...
3
votes
1
answer
68
views
Yubikey true passwordless SSH
so far I have been using passwordless SSH by using a private/public key pair and adding my public key to the server's authorized keys list. It has been working very well.
However, for several other ...
2
votes
3
answers
2k
views
Change color of typed text in Remmina
In my Remmina SSh sessions, the username, machine name, path as well as the input and output text in the console all have the same color as seen in the picture.
When I open the preferences, I can ...
2
votes
1
answer
2k
views
Deal with broken pipe problem with ssh local port forwarding
My server is behind a firewall that exposes only port 22. I frequently use SSH local port forwarding to access several HTTP services running on the server. It works, but not always. Now and then I get ...
1
vote
1
answer
3k
views
Adding multiple known_hosts entries at once
Is there a way to add multiple known_host entries at once, as a one-time thing.
Because I don't want to disable SSH Host Key verification which is terrible practice.
I just want to have a "prep" ...
1
vote
1
answer
2k
views
Custom Directory for SSH Identity Files
Is there a way to specify a different default directory for ssh identity files?
Normally, the default directory is ~/.ssh, but I would like to specify (in the .ssh/config file I assume) a different ...
1
vote
1
answer
2k
views
ssh using OpenLDAP (LDAP) credencials
I have a corporate network with an OpenLDAP installed and functional.
I can log in a Linux server in this network using ssh with my profile (user) that is in OpenLDAP.
I created a new user with ...