We can connect ubuntu systems using openssh-server.It helps to access other system with your system.
For that install openssh-server which system you want to access.
In command you install via below given commands...
ssh username@hostname
or
ssh username@ipaddress
Example:
ssh raja@192.168.1.73
For that install openssh-server which system you want to access.
In command you install via below given commands...
sudo -apt|get install openssh-serverWhen I try to connect to the System with SSH using
sudo update-rc.d ssh defaults
ssh username@hostname
or
ssh username@ipaddress
Example:
ssh raja@192.168.1.73
No comments:
Post a Comment