Showing posts with label Networking. Show all posts
Showing posts with label Networking. Show all posts

SSH Not Connecting


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:xxxxxxxxxxxxxxxxx/+xxxxxxxxxxxxxxxxxxxx.
Please contact your system administrator.
Add correct host key in $PATH to get rid of this message.
Offending ECDSA key in $PATH
ECDSA host key for 192.168.XXX.XXX has changed and you have requested strict checking.
Host key verification failed.

This means there is a deadlock here. This one is marked duplicate so no one can add answer
 and the one it links is marked off topic so no can add answer there as well. If you delete
the known_hosts, it will fix the issue as well.If you ever face this problem in SSH then you
need to put this command

$ ssh-keygen -R <host>
i.e. ssh-keygen -R 192.168.XXX.XXX

That's it.

Anydesk


AnyDesk is a remote desktop application distributed by AnyDesk Software GmbH. The proprietary software program provides platform independent remote access to personal computers and other devices running the host application. It offers remote control, file transfer, and VPN functionality.

It is very useful when we have to use computer which is in remote access. While Troubleshooting the problem or any purpose like teaching, monitoring or using computer when we are far from it this software is useful. There are lot of alternative for anydesk. It is free personal and proprietary software. Currently it is available for Mac, windows, linux, android, iphone chrome OS, BSD and raspberry pi.

Some Features of AnydeskSome Alternative of Anydesk
  • Unaddented Access
  • Light weight
  • Low Latency
  • No Installation required
  • Integrated File sharing
  • Screen sharing
  • Support Aliases
  • Remote Support
  • Quick Connection
  • Protable
  • Teamviewer
  • Windows Remote Desktop
  • UltraVNC (Opensource)
  • Chrome Remote Desktop
  • DWService
  • RustDesk(Opensource)
  • MeshCentral(Opensource)
  • TightVNC(Opensource
  • X2GO(Opensource)
  • Parsec

Why Anydesk?


Unattended Access
We can use anydesk remotely by entering the Anydesk address and to use it someone need to be other side to accept the remote service permission but we can set the unattended access and create password so that we can permit it with password. To enable it just we need to follow following steps.


  • Click on Setting>Set Password> Enter Administrator Password press "YES" on Promt of permission
  • Set Password and press save.
Now you can Access it remotely using the Anydesk address and insert Password and Enjoy

Aliases
It is another function that allow us to change the anydesk Address Numeric to alpabetic. i.e. Creating Aliases we can create a userID similar Address. Eg. xxxx@ad will be the address of anydesk.

To create Aliase just follow this steps
Click to Settings> Go to Aliase > Set new Aliase



CTRL+ALT+DEL

When you are accessing the computer remotely then sometime you need to press ctrl+alt+del. At that time you will realise the using keyboard it will run your task manager instead of remote computer so for that you need to press on the given point.

On the right top corner with the 'Shock ' Sign press on Action tab and Click Ctrl+Alt+Del.

This will enable you to take action.



Its very easy to use.








File Sharing in Linuxmint


File sharing in Linux is quite easy if we follow the proper steps. Without taking time just follow the following steps. This steps is followed in Linuxmint but as possible you can use the same way in another distro as well.

First of all install the samba and its related packages. When you enter '*' on the end then it includes all related packages from the library.
$    sudo apt install samba*
Then enable samba in firewall
$    sudo ufw allow Samba
Create the client Id password
$    sudo useradd suman
$    sudo passwd Suman@123
When you add the user on your pc then it is for the local use. You need to provide the sharing password on shamba. It can be anything you wish. You just need to register desirable password and to to so  just Add Samba Sharing password using this command.
$    sudo smbpasswd -a suman
then enter the password for 'suman'.


> Now or any time just right click the folder you wish to share and click the sharing option.
> Switch on the option Share this folder.
>Now you can open the folder using smb://<IP address> in linux and \\<ipaddress> on windows.
Work is done. enjoy the sharing..