Skip to content

Instantly share code, notes, and snippets.

@tuukka
Last active January 1, 2016 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuukka/8081110 to your computer and use it in GitHub Desktop.
Save tuukka/8081110 to your computer and use it in GitHub Desktop.
# ~/.ssh/config
#
# convenient SSH/SCP settings for the SailfishOS SDK
# examples:
# ssh jolla
# ssh sailfish
# ssh root@sailfish
# ssh mersdk
# ssh root@mersdk
Host jolla
Hostname 192.168.89.79 # update the IP address of the phone here
IdentityFile ~/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Device/nemo
User nemo
Host sailfish
Hostname localhost
Port 2223
IdentityFile ~/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/nemo
IdentityFile ~/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/root
User nemo
Host mersdk
Hostname localhost
Port 2222
IdentityFile ~/SailfishOS/vmshare/ssh/private_keys/engine/mersdk
IdentityFile ~/SailfishOS/vmshare/ssh/private_keys/engine/root
User mersdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment