I want to access the smb protocol in windows 8.1 from my linux pc and I know the username.
When I want to access by this command
smbclient //192.168.1.5/IPC$ -U kasp3r it told me to put a password, but I don't put any password
I just hit Enter and the login is failed. Is there a default password? And what is it?
11 Answer
You should not connect to IPC, just connect to the PC or directly to the share.
You need to have a credentials (user and password) to connect your windows, if you do not have user on your windows you just can (i think) to leave them blank.
2