thanks idian guy you helped me a lot you explain good and really do step by step unlike others people who forget to say we have to start ssh on the kali vm for example of things like that. thanks a lot you are doing a good work
@NetworkingNewbies Жыл бұрын
So nice of you
@BharathNaidu-iy1tz9 ай бұрын
Thanks. Solved my issue. I wish you good luck for your future endevaours.
@NetworkingNewbies9 ай бұрын
Thank you
@KY-xz9yb Жыл бұрын
5:06 somehow it says my password is wrong on this step despite trying multiple times. I am able to login kali with my kali password so I'm not sure exactly what other password its asking for
@NetworkingNewbies Жыл бұрын
Are you using kali password??
@SamsungSamsungtabsonelite7 ай бұрын
Type kali
@evansellumenson50005 ай бұрын
@@NetworkingNewbies I got the same problem. I was sure my password was right
@NetworkingNewbies5 ай бұрын
@@evansellumenson5000 can you ping between two VMs?
@ariflodhi85286 ай бұрын
Fantastic. It just solved my problems.
@NetworkingNewbies6 ай бұрын
Glad, it was helpful, thanks for your comment
@folashadeadegbembo12187 ай бұрын
thanks for sharing, this was helpful and straight forward.
@NetworkingNewbies7 ай бұрын
Glad, it was helpful
@harshadakripal618111 ай бұрын
Hi i have followed your steps but while executing scp command the cmd says ssh: connect to host 22 port 22: Unknown error lost connection please if you can help me with this.
@NetworkingNewbies11 ай бұрын
Please make sure both the VM are able to ping each other and try to run these commands with su user privileges.
@eZaFJDUBB10 ай бұрын
run cmd as admin
@kangliteea5089Ай бұрын
my cmd prompt me that the connection refused. why it will be happend ya?
@emotiondamage111 ай бұрын
Bro please help how to move png image from kali to in my internal storage 🙏 please reply🙏
@NetworkingNewbies11 ай бұрын
Bro, would you please write explicitly that what do you mean by internal storage, do you want to transfer to USB ?
@marcusnapoli8557 Жыл бұрын
Awesome video, thank you bro
@NetworkingNewbies Жыл бұрын
Glad you liked it
@umang-mulnivasi Жыл бұрын
ssh not recongnized error
@NetworkingNewbies Жыл бұрын
In Windows 10 Start > type 'Manage Optional Features.' Add Feature [+] Look for OpenSSH client & select & install. After successful installation, open (close if already opened) PowerShell or command prompt and run ssh!
@YT_kenzo34Ай бұрын
Its not letting me type in my password what should i do
@NetworkingNewbiesАй бұрын
you mean, kali is not letting you type pwd ?
@chidiebereibe-medicalillus9187Ай бұрын
How do you copy from Windows to kali Linux?
@NetworkingNewbiesАй бұрын
use PowerShell or download PuTTY software on Windows. use following command on Windows. scp "C:\path\to\your\file.txt" username@kali_ip:/path/to/destination/
@anonadez Жыл бұрын
How can we move the link?
@NetworkingNewbies Жыл бұрын
link?
@anonadez Жыл бұрын
text link@@NetworkingNewbies
@officialff2422 ай бұрын
Can i send .pdf file or not
@NetworkingNewbies2 ай бұрын
Yes, you can.
@oberlimereki54863 ай бұрын
permission denied even though vm pings
@officialff2422 ай бұрын
Bro port 22 : unknown error arise
@Saqei7 ай бұрын
it show Connection timed out ☹
@NetworkingNewbies7 ай бұрын
it typically indicates network connectivity issues/ is ping working?
@officialff2422 ай бұрын
And give scp connection closed
@NetworkingNewbiesАй бұрын
please verify that ssh is running on Kali use following cammand sudo systemctl start ssh