Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget "http://tinycorelinux.net/6.x/x86/release/TinyCore-current.iso"
- #old way
- #qemu-system-i386 -m 256 -boot d -cdrom TinyCore-current.iso -redir tcp:5555::22 #you can also add -enable-kvm for speed
- qemu-system-i386 -m 256 -boot d -cdrom TinyCore-current.iso -nic user,hostfwd=tcp::5022-:22
- #you can also add -enable-kvm for speed
- #in VM
- tce-load -iw openssh.tcz
- sudo /usr/local/etc/init.d/openssh start
- passwd #create password for tc user
- #on remote machine
- ssh -p 5555 tc@<ip of host machine for VM>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement