All Questions
10
questions
2
votes
2
answers
4k
views
Using a PuTTY private key from windows to linux
I've generated two keys on PuTTY: public and private. Using this software on windows I can connect to the server as usual.
Then I tried to copy those files in my ubuntu machine (21.04), and logged in ...
-1
votes
1
answer
4k
views
SSH using putty : Network error connection timeout
i am using Ubuntu server 20.04 lts i have configured static IP and can ping google.com and i can also ping server from another computer vice-versa. my ssh status is active and port 22 is listening but ...
1
vote
1
answer
1k
views
SSH Access via tunneling
I have the following setup,
Machine A (Windows 10 & connected to ISP(X)) and Machine B (Windows 10 & connected to ISP(Y)). Both of these machines (A & B) do not have any direct ...
1
vote
0
answers
1k
views
Connecting via Putty to Ubuntu Server 16.04
I have Windows 8.1 on my PC and I try to connect via Putty to Ubuntu Server 16.04 set on VMware. I can ping each other and both got Internet connection but I still cannot connect to my Ubuntu by ssh ...
1
vote
2
answers
5k
views
OpenSSH : Putty won't work with Ubuntu server 16.04
We use Putty to access our Linux servers from our windows workstations...
Today we created new servers with Ubuntu server 16.04 and installed openssh with tasksel (as allways).
When we try to ...
2
votes
2
answers
20k
views
How do I get SSH server to work with putty client?
I have an Ubuntu 12.04.01 desktop PC, 64-bit. It has openssh-server installed.
When I SSH to the server from a linux box it works. But when I use PuTTY from my
Windows 7 PC to connect then I just get ...
0
votes
1
answer
2k
views
Can't ssh into my ubuntu vps
I have a vps running Ubuntu 12.04 LTS and I have installed openSSH but I can't connect to it with putty. I get error saying Network error:Connection timed out. How to fix this?
2
votes
2
answers
9k
views
Alternative for Xshell.
Do anyone knows an alternative for xshell? I have checked and the alternatives mentioned are putty, openssh etc. But I require it mainly for port forwarding and for that xshell works perfectly. Is ...
0
votes
2
answers
164
views
Prompt not working when logged in as specific user
Hello I am running ubuntu 11.10 and access it via ssh with putty.
My problem is that when I log in I get the prompt
[email protected]:~$
and my arrow keys do what the y are supposed to. When I try ...
63
votes
9
answers
274k
views
How do I install an SSH private key generated by PuTTYgen?
I set up my Linux server to accept connections from my home PC by adding the public key generated by PuTTYgen to the authorized_keys file.
Now I'm trying to connect to the same machine, but this time ...