SSH problems
Posted: Mon Aug 27, 2018 9:05 pm
Im building a NAS with my raspberry 3B, but im having problems on the software side. Lets consider my two machines, A and B, both Windows-os, running ssh command in WSL, Ubuntu
Problem n°1: A,B -> Raspby
Im trying to establish an SSH connection to my raspberry but when i type the password and enter it get stuck. Running the command with verbosity, it seems to stop on
Same thing trying with PuTTY
Sometimes it get until the command line, but it doesnt allow me to type anything in it.
Problem n°2: Raspby ->A,B
Using VNC on A im able to connect to my raspby, and there from terminal i want to establish an ssh to B, but the connection time out every time
How can i set A,B and the raspberry to run ssh properly?
I know:
-That it can be run once per time, es A->raspby, B->raspby and not A, B->raspby, or the opposite
-It worked, on both machines
-I already had the same issue, I resolved messing with the key_ssh and finished to rewrite my sd because i messed a little bit much. I want to avoid this
Problem n°1: A,B -> Raspby
Im trying to establish an SSH connection to my raspberry but when i type the password and enter it get stuck. Running the command with verbosity, it seems to stop on
Code: Select all
channel:0 open confirm rwindow 0 rmax 32768
Sometimes it get until the command line, but it doesnt allow me to type anything in it.
Problem n°2: Raspby ->A,B
Using VNC on A im able to connect to my raspby, and there from terminal i want to establish an ssh to B, but the connection time out every time
How can i set A,B and the raspberry to run ssh properly?
I know:
-That it can be run once per time, es A->raspby, B->raspby and not A, B->raspby, or the opposite
-It worked, on both machines
-I already had the same issue, I resolved messing with the key_ssh and finished to rewrite my sd because i messed a little bit much. I want to avoid this