|
|
#1 |
|
SSH help!
Super new to this whole ssh thing ive just recently been looking into it and its really interesting.
I was trying to just learn how to actually give another computer commands and have already encountered a problem. using guides found online i have open a terminal and made sure both computers had remote login checked, port 22 is open but we are on a huge network, a university wifi that thousands of students use. when prompted for the password i type it in and it has me repeat that three times before finally giving me permission denied (publickey, keyboard-interactive) ex. ssh username@#### Password: Password: Password: Permission denied I was wondering because the server houses so many people it is timing out before it can find the ip? let me know if this is in the wrong section I am just brand new to this and would really like to learn more about it, any links to guides would be greatly appreciated. |
|
|
|
0
|
|
|
#2 |
|
You're getting that error because you're either putting in the wrong password or that user doesn't exist on the server or the user doesn't have remote access allowed on their account.
__________________
Last edited by Intell; Yesterday at 11:50 AM. |
|
|
|
0
|
|
|
#3 |
|
I would say you were mistyping the password. If it's your university's server, I doubt the login is timing out. If you are trying to log into your own machine, maybe you were actually hitting a different machine by mistake?
Also, keep in mind that the account on your mac is what is used by default. So, if your user account is JohnDoe on your mac, and it's actually jdoe123 on the server, just typing: ssh servername isn't good enough. You'll need to specify the username you are trying to log into: ssh jdoe123@servername |
|
|
|
0
|
|
|
#4 | |
|
Quote:
port 22: operation timeout as long as the correct servername and ip is found when you enable the remote login? it gives you a specific set that you enter into a terminal "ssh user@###" |
||
|
|
0
|
|
|
#5 | |
|
Quote:
To get more information, you could invoke ssh in verbose mode. In Terminal, enter Code:
ssh -vvv username@ip_address |
||
|
|
0
|
|
|
#6 | |
|
Quote:
port 22 is open on both computers, i've read online that after a number of failed login attempts it wont allow my ip to connect anymore? Not sure if this is true I have yet to have a successful connection, is there any sort of guide i should be reading for introductory level computer skills/hacking im not sure what it would be called. any help appreciated even if its just interesting things i could do on a computer! thank you! |
||
|
|
0
|
|
|
#7 |
|
That's not very verbose.
Are you sure you typed the -vvv?What happens if you enter the following in Terminal on the machine where you are typing ssh? Code:
traceroute -m 10 ip_address_you_want_to_reach |
|
|
|
0
|
|
|
#8 | |
|
Quote:
Code:
10 hops max, 52 byte packets 1 * * * 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * 7 * * * 8 * * * 9 * * * 10 * * * ex Code:
8 * *traceroute: sendto: No route to host traceroute: wrote ##### 52 chars, ret=-1 * traceroute: sendto: Host is down 9 traceroute: wrote #### 52 chars, ret=-1 *traceroute: sendto: Host is down traceroute: wrote #### 52 chars, ret=-1 *traceroute: sendto: Host is down traceroute: wrote ###### 52 chars, ret=-1 * 10 * * * Last edited by norcal707; Jan 31, 2013 at 03:14 PM. |
||
|
|
0
|
|
|
#9 |
|
|
0
|
|
|
#10 | |
|
Quote:
|
||
|
|
0
|
|
|
#11 |
|
Code:
traceroute to 74.125.226.197 (74.125.226.197), 10 hops max, 52 byte packets
1 10.141.32.1 (10.141.32.1) 2.230 ms 1.907 ms 3.153 ms
2 172.16.251.1 (172.16.251.1) 3.063 ms 1.934 ms 2.585 ms
3 172.19.100.169 (172.19.100.169) 4.848 ms 2.755 ms 3.200 ms
4 172.30.101.2 (172.30.101.2) 3.644 ms 3.049 ms 3.708 ms
5 206.206.223.58 (206.206.223.58) 4.669 ms 4.357 ms 3.833 ms
6 vlan143.car1.phoenix1.level3.net (4.53.104.105) 6.175 ms 5.767 ms 7.222 ms
7 ae-2-5.bar1.phoenix1.level3.net (4.69.148.118) 6.673 ms 6.855 ms 6.587 ms
8 ae-0-11.bar2.phoenix1.level3.net (4.69.148.114) 5.640 ms 6.053 ms 6.457 ms
9 ae-4-4.ebr2.losangeles1.level3.net (4.69.133.38) 17.311 ms 14.342 ms 13.140 ms
10 ae-82-82.csw3.losangeles1.level3.net (4.69.137.26) 13.257 ms
ae-62-62.csw1.losangeles1.level3.net (4.69.137.18) 13.256 ms
ae-92-92.csw4.losangeles1.level3.net (4.69.137.30) 14.132 ms
|
|
|
|
0
|
|
|
#12 | |
|
Quote:
|
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 03:56 AM.








Are you sure you typed the -vvv?
Linear Mode
