Create two virtual machines Student(student-console) and Test(SimpleArbiterDhcpGw)
Change the network settings to both virtual machines. SimpleArbiterDhcpGw: Adapter 1 set it to NAT, for internet access and Adapter 2 to internal network for local network.
Student: Adapter1 set it to "internal-network" so it is in the same domestic network as SimpleArbiterDhcpGw.
Login into Student
In Student(student-console) create a new user, marjankoral19, with a custom password.
Set the IP address to Student, - you can also do this manualy (ip: 172.23.192.3)
Then edit the /etc/motd, file with the specified string. "Not for Human consumption"
For testing login with the test user into Test(SimpleArbiterDhcpGw)
Then connect to Student with ssh using the user marjankoral19 - ssh marjankoral@ip.
If login successful the Message of the day should apear.
=======
Purpose of the exercise
How to create user? How to edit a file? How to connect to anoter computer using ssh? How to find out the computer IP address?
Brief description
Set up two virtual machines, set MOTD. Connect using ssh.